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...).
Installs: 179 740
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:mouf-library
Requires
- php: >=5.3.0
- mouf/utils.cache.cache-interface: ~2.0
- mouf/utils.log.log_interface: ~2.0
- psr/log: ~1.0
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.