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.

Found a typo? Something is wrong in this documentation? Just fork and edit it!