gnu-social/plugins/DiskCache
Alexei Sorokin 535b87bb64 [RedisCache][DiskCache] Check if unserialize succeeded 2020-08-10 11:12:31 +03:00
..
locale [VersionBump] 2.0.0alpha0 2020-08-04 05:31:44 +01:00
DiskCachePlugin.php [RedisCache][DiskCache] Check if unserialize succeeded 2020-08-10 11:12:31 +03:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

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