Commit Graph

34 Commits (7bff0681feea57c1eb2f81015d574063b848b616)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Andreas Fischer 630b7edc54 Do not use APCu when apc.enabled is Off. 10 years ago
Lukas Reschke c233f2c90b Add version and path to cache prefix 10 years ago
Robin McCorkell 78819da3bf \OC\Memcache\Cache implements \OCP\ICache 10 years ago
Robin McCorkell 0e4933e6d2 Refactor \OC\Memcache\Factory 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Lukas Reschke cd4c064ebf Revert "add debug log for memcache instantiation" 10 years ago
Lukas Reschke b701bbd8c5 Use APCu only if available in version 4.0.6 and higher 10 years ago
Jörn Friedrich Dreyer 87db136508 add debug log for memcache instantiation 10 years ago
Joas Schilling 8848b5f067 Add an array implementation of cache and use it if we are not debugging 10 years ago
Joas Schilling e25998df0f Json_(en|de)code values on redis to be able to cache arrays 10 years ago
Robin McCorkell 17dd5d0816 Add Null memcacher 10 years ago
Andreas Fischer 0ba5c182f0 HHVM: In APC cache clear, only request the cache key in APCIterator. 10 years ago
Andreas Fischer fcf3c5197f HHVM: Add workaround for missing Memcached::deleteMulti() 10 years ago
Jörn Friedrich Dreyer 363e9667ec Add Redis cache implementation, prefer over memcached, tests & config sample 10 years ago
Andreas Fischer 9be8ac5867 Memcache\Factory: Remove static, use globalPrefix. 11 years ago
Bart Visscher 88225db4af Memcached hasKey should test for success, the get can fail for other reasons. 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Robin Appelman 1ab7ca0a19 Fix some phpdoc errors and rename interface 11 years ago
Otto Sabart 2f8ebd03b0 Add check for apc.enabled option 11 years ago
Andreas Fischer acd81f6c69 Readd support for memcached_server config variable. 11 years ago
Andreas Fischer 320353c237 Add support for multiple memcached servers. 11 years ago
Robin Appelman 4d65a80892 Remove the static dependency on OC_Util from Memcache 11 years ago
Robin Appelman cd147bb37a Use APCIterator for Memcache\APC::clear() 11 years ago
Robin Appelman 83f968ace2 Fix APCIterator syntax in \OC\Memcache\APCU::clear 11 years ago
Andreas Fischer dfeb04a574 Do not use xcache variable cache if cache size is 0. 11 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago