summaryrefslogtreecommitdiffstats
path: root/lib/cache.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
Convert calendar and contacts import to use a caching system for storing the import progress percentage. OC_Cache can later be made smarter about storing values.