Hugo Sales 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
..
locale 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
DiskCachePlugin.php 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад
README 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 лет назад

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