Download the PHP package mouf/utils.cache.apc-cache without Composer
On this page you can find all versions of the php package mouf/utils.cache.apc-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mouf/utils.cache.apc-cache
More information about mouf/utils.cache.apc-cache
Files in mouf/utils.cache.apc-cache
Download mouf/utils.cache.apc-cache
More information about mouf/utils.cache.apc-cache
Files in mouf/utils.cache.apc-cache
Vendor mouf
Package utils.cache.apc-cache
Short Description 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.
License MIT
Homepage https://github.com/thecodingmachine/utils.cache.apc-cache
Package utils.cache.apc-cache
Short Description 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.
License MIT
Homepage https://github.com/thecodingmachine/utils.cache.apc-cache
Please rate this library. Is it a good library?
Informations about the package utils.cache.apc-cache
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.
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).
All versions of utils.cache.apc-cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
mouf/utils.cache.cache-interface Version ~2.0
mouf/utils.cache.file-cache Version ~2.0
mouf/utils.log.psr.errorlog_logger Version ~2.0
mouf/utils.constants.secret Version ~1.0
mouf/mouf-validators-interface Version ~2.0
mouf/utils.cache.cache-interface Version ~2.0
mouf/utils.cache.file-cache Version ~2.0
mouf/utils.log.psr.errorlog_logger Version ~2.0
mouf/utils.constants.secret Version ~1.0
mouf/mouf-validators-interface Version ~2.0
The package mouf/utils.cache.apc-cache contains the following files
Loading the files please wait ....