Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/cache
AgeCommit message (Expand)Author
2013-10-14adding size() to the file cacheThomas Müller
2013-09-04one check is enoughArthur Schiwon
2013-09-02Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon
2013-08-22use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman
2013-08-08oc_cache needs to disable file proxys for read/write operation. Otherwise the...Bjoern Schiessle
2013-04-26Cache: mount user mountpoints to make sure that // exists before accessing it...Arthur Schiwon
2013-01-16merge master into filesystemRobin Appelman
2013-01-07initialize $resultThomas Mueller
2012-10-10make sure we can do our tests againRobin Appelman
2012-09-25backwards compat to older xcache versions, don't fail when trying to clear ca...Arthur Schiwon
2012-09-10Respect coding styleThomas Müller
2012-09-10Respect coding styleThomas Müller
2012-09-07adding space between) and {Thomas Mueller
2012-09-07Global file cache should also be able to clear with prefixBart Visscher
2012-08-29$storage shouldn't be static in OC_Cache_FileMichael Gapczynski
2012-08-29Fix OC_Cache_FileBart Visscher
2012-08-29fixing: apps/files/ajax/scan.phpThomas Mueller
2012-08-29Remember storage view in OC_Cache_FileBart Visscher
2012-08-29Clean user cache on loginBart Visscher
2012-08-29Add background job for global file cache cleanupBart Visscher
2012-07-22add prefix option to OC_Cache::clearRobin Appelman
2012-06-25Cache: try to set the fast cache in the BrokerBart Visscher
2012-06-25Cache: Add APC and XCache to global cache handlerBart Visscher
2012-06-22Add compatability function for APC cacheBart Visscher
2012-06-18Fix errors for minimizerBart Visscher
2012-06-18Forgot a fileBart Visscher
2012-06-07Add layer to select fast or slow cache for storing valuesBart Visscher
2012-06-06Add OC_Cache implementation for APCBart Visscher
2012-06-06OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache ...Bart Visscher
2012-06-06Spelling fixes in XCache filesBart Visscher
2012-06-05add hasKey for XCache backendRobin Appelman
2012-06-05Added hasKey() method to OC_Cache.Thomas Tanghus
2012-06-05add XCache backend and testcases for OC_CacheRobin Appelman
2012-06-05add OC_Cache::clearRobin Appelman
2012-06-05return null when a cache variable is not setRobin Appelman
2012-06-05Calendar & Contacts: Store import progress in OC_CacheBart Visscher