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...).
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.cache.no-cache
- Owner: thecodingmachine
- License: mit
- Created: 2012-09-10T17:17:15.000Z (almost 14 years ago)
- Default Branch: 2.1
- Last Pushed: 2015-03-24T09:59:17.000Z (about 11 years ago)
- Last Synced: 2025-07-17T21:19:10.921Z (11 months ago)
- Language: PHP
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).