https://github.com/thecodingmachine/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.
https://github.com/thecodingmachine/utils.cache.apc-cache
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.cache.apc-cache
- Owner: thecodingmachine
- Created: 2012-09-10T17:07:10.000Z (almost 14 years ago)
- Default Branch: 2.2
- Last Pushed: 2016-03-23T11:29:08.000Z (about 10 years ago)
- Last Synced: 2025-10-25T14:48:52.270Z (8 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mouf APC cache service
======================
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](http://mouf-php.com/packages/mouf/utils.cache.cache-interface).
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).