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

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'
));