]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/DiskCache/README
Add plugin READMEs
[quix0rs-gnu-social.git] / plugins / DiskCache / README
1 The DiskCache plugin implements cache interface with disk files.
2
3 Installation
4 ============
5 add "addPlugin('DiskCache');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 root: Directory where to save cache data. Default /tmp
11
12 Example
13 =======
14 addPlugin('DiskCache', array(
15     'root' => '/tmp'
16 ));
17