mouf / utils.cache.no-cache
This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).
Package info
github.com/thecodingmachine/utils.cache.no-cache
Type:mouf-library
pkg:composer/mouf/utils.cache.no-cache
v2.1.1
2015-03-24 09:57 UTC
Requires
- php: >=5.3.0
- mouf/utils.cache.cache-interface: ~2.0
- mouf/utils.log.log_interface: ~2.0
- psr/log: ~1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This package contains an implementation of Mouf's CacheInterface that does not cache anything. This can be useful if you want to disable caching mechanism in a service that requires cache. To learn more about the cache interface, please see the cache system documentation.