summaryrefslogtreecommitdiffstats
path: root/lib/cache.php
Commit message (Expand)AuthorAgeFilesLines
* add option to only get fast cacheRobin Appelman2012-07-221-16/+41
* add prefix option to OC_Cache::clearRobin Appelman2012-07-221-3/+4
* add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is avai...Robin Appelman2012-07-221-0/+46
* Cache: Add APC and XCache to global cache handlerBart Visscher2012-06-251-0/+10
* Cache: Use getUserCache cache in OC_CacheBart Visscher2012-06-251-37/+24
* Cache: Create global cache in OC_CacheBart Visscher2012-06-251-0/+14
* Add layer to select fast or slow cache for storing valuesBart Visscher2012-06-061-0/+10
* Added hasKey() method to OC_Cache.Thomas Tanghus2012-06-051-0/+7
* add OC_Cache::clearRobin Appelman2012-06-051-0/+7
* Calendar & Contacts: Store import progress in OC_CacheBart Visscher2012-06-041-0/+40