Diogo Cordeiro e858629ac3 [aab] Revert structural change of v2 5 years ago
..
locale e858629ac3 [aab] Revert structural change of v2 5 years ago
DiskCacheModule.php caf00429b5 Merge branch 'new_modules_system' into experimental 5 years ago
README 34bfdc3e91 [CORE] Refactor Plugin API to Module API 5 years ago

README

The DiskCache plugin implements cache interface with disk files.

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

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

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