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

v2.1.1 2015-03-24 09:57 UTC

This package is auto-updated.

Last update: 2024-04-15 04:00:38 UTC


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.