summaryrefslogtreecommitdiffstats
path: root/lib/cache
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-305-373/+0
| | | | | Conflicts: lib/private/vcategories.php
* updating php docsThomas Müller2013-09-182-2/+10
|
* Note to self 2: Do as you preach. Test!Thomas Tanghus2013-09-181-1/+1
|
* OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-175-12/+94
| | | | Refs #4863
* Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-042-11/+20
|
* use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-192-4/+4
|
* oc_cache needs to disable file proxys for read/write operation. Otherwise ↵Bjoern Schiessle2013-08-081-4/+12
| | | | the operation will go through the encryption app which will not work.
* Merge branch 'master' into cacheRobin Appelman2013-07-162-0/+9
|\
| * Cache: mount user mountpoints to make sure that // exists before accessing ↵Arthur Schiwon2013-06-031-0/+1
| | | | | | | | it. Fixes #2553 and #2374
| * Rework background job systemRobin Appelman2013-04-201-0/+8
| |
* | Seperate memory based cache from OC_CacheRobin Appelman2013-03-172-120/+0
|/
* merge master into filesystemRobin Appelman2013-01-161-1/+1
|\
| * initialize $resultThomas Mueller2013-01-061-1/+1
| |
* | make sure we can do our tests againRobin Appelman2012-10-101-2/+2
|/
* backwards compat to older xcache versions, don't fail when trying to clear ↵Arthur Schiwon2012-09-251-0/+6
| | | | cache by prefix
* Respect coding styleThomas Müller2012-09-101-2/+2
|
* Respect coding styleThomas Müller2012-09-101-1/+1
|
* adding space between) and {Thomas Mueller2012-09-075-15/+15
|
* Global file cache should also be able to clear with prefixBart Visscher2012-09-071-2/+3
|
* $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.