mouf/utils.cache.apc-cache

This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.

v2.2.0 2016-03-23 11:27 UTC

This package is auto-updated.

Last update: 2024-04-15 03:27:49 UTC


README

This package contains an implementation of Mouf's CacheInterface for the APC cache system. To learn more about the cache interface, please see the cache system documentation.

Compared to Mouf's other cache implementations, the APC cache system comes with an additional feature: a fallback meachanism.

In practice, if you do not have the APC extension installed on your computer, the APCCache class can use a fallback class. By default, the FileCache system is used (it stored cache elements in files).