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