Download the PHP package mouf/utils.cache.file-cache without Composer
On this page you can find all versions of the php package mouf/utils.cache.file-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mouf/utils.cache.file-cache
More information about mouf/utils.cache.file-cache
Files in mouf/utils.cache.file-cache
Download mouf/utils.cache.file-cache
More information about mouf/utils.cache.file-cache
Files in mouf/utils.cache.file-cache
Vendor mouf
Package utils.cache.file-cache
Short Description This package contains a cache mechanism that relies on temporary files.
License MIT
Homepage https://github.com/thecodingmachine/utils.cache.file-cache
Package utils.cache.file-cache
Short Description This package contains a cache mechanism that relies on temporary files.
License MIT
Homepage https://github.com/thecodingmachine/utils.cache.file-cache
Please rate this library. Is it a good library?
Informations about the package utils.cache.file-cache
Mouf's file cache service
This package contains 2 implementations of Mouf's CacheInterface that stores the cache in files on the server's hard drive.
FileCache
is a service that stores cache keys in files. The value is serialized.PhpFileCache
is a more efficient service that stores cache keys in executable PHP files. You should prefer this implementation unless you have security concerns aboutvar_export
ing your cache keys.
To learn more about the cache interface, please see the cache system documentation.
All versions of utils.cache.file-cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
psr/log Version ~1.0
mouf/utils.cache.cache-interface Version ~2.0
mouf/utils.constants.secret Version ~1.0
psr/log Version ~1.0
mouf/utils.cache.cache-interface Version ~2.0
mouf/utils.constants.secret Version ~1.0
The package mouf/utils.cache.file-cache contains the following files
Loading the files please wait ....