Miguel Dantas e2e8885ce3 [PLUGINS] Removed direct call of EndCache events on all plugins, as it is now handled by the library 5 years ago
..
locale c7afe2f86c [TRANSLATION] Update Plugin POs 5 years ago
DiskCachePlugin.php e2e8885ce3 [PLUGINS] Removed direct call of EndCache events on all plugins, as it is now handled by the library 5 years ago
README a614205663 Add plugin READMEs 8 years ago

README

The DiskCache plugin implements cache interface with disk files.

Installation
============
add "addPlugin('DiskCache');"
to the bottom of your config.php

Settings
========
root: Directory where to save cache data. Default /tmp

Example
=======
addPlugin('DiskCache', array(
'root' => '/tmp'
));