An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/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...).
https://github.com/thecodingmachine/utils.cache.no-cache

Last synced: 11 months ago
JSON representation

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...).

Awesome Lists containing this project

README

          

Mouf's no-cache service
=======================

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](http://mouf-php.com/packages/mouf/utils.cache.cache-interface).