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: 181 088

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:mouf-library

pkg:composer/mouf/utils.cache.no-cache

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

This package is auto-updated.

Last update: 2025-09-15 06:49:46 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.