aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cache
Commit message (Collapse)AuthorAgeFilesLines
* Add layer to select fast or slow cache for storing valuesBart Visscher2012-06-061-0/+55
|
* Add OC_Cache implementation for APCBart Visscher2012-06-051-0/+46
|
* OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache ↵Bart Visscher2012-06-051-1/+4
| | | | clean
* Spelling fixes in XCache filesBart Visscher2012-06-051-3/+2
|
* add hasKey for XCache backendRobin Appelman2012-06-051-0/+4
|
* Added hasKey() method to OC_Cache.Thomas Tanghus2012-06-051-7/+15
|
* add XCache backend and testcases for OC_CacheRobin Appelman2012-06-051-0/+37
|
* add OC_Cache::clearRobin Appelman2012-06-051-4/+19
|
* return null when a cache variable is not setRobin Appelman2012-06-051-3/+3
|
* Calendar & Contacts: Store import progress in OC_CacheBart Visscher2012-06-041-0/+50
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.