Skip to content

thecodingmachine/utils.cache.file-cache

Repository files navigation

Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality Build Status Coverage Status

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 about var_exporting your cache keys.

To learn more about the cache interface, please see the cache system documentation.

About

This package contains a cache mechanism that relies on temporary files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages