summaryrefslogtreecommitdiffstats
path: root/lib/cache
Commit message (Collapse)AuthorAgeFilesLines
* $storage shouldn't be static in OC_Cache_FileMichael Gapczynski2012-08-291-1/+1
|
* Fix OC_Cache_FileBart Visscher2012-08-291-4/+4
|
* fixing: apps/files/ajax/scan.phpThomas Mueller2012-08-291-1/+1
|
* Remember storage view in OC_Cache_FileBart Visscher2012-08-281-1/+6
|
* Clean user cache on loginBart Visscher2012-08-281-0/+21
|
* Add background job for global file cache cleanupBart Visscher2012-08-281-6/+28
|
* add prefix option to OC_Cache::clearRobin Appelman2012-07-224-9/+12
|
* Cache: try to set the fast cache in the BrokerBart Visscher2012-06-251-5/+3
|
* Cache: Add APC and XCache to global cache handlerBart Visscher2012-06-252-2/+20
|
* Add compatability function for APC cacheBart Visscher2012-06-221-0/+8
|
* Fix errors for minimizerBart Visscher2012-06-181-0/+8
|
* Forgot a fileBart Visscher2012-06-181-0/+70
|
* 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.