Commit Graph

21 Commits (1b2e60b53d199dfc6534d32efbdccd2bce99ce8a)

Author SHA1 Message Date
Andreas Fischer 0ba5c182f0 HHVM: In APC cache clear, only request the cache key in APCIterator. 11 years ago
Andreas Fischer fcf3c5197f HHVM: Add workaround for missing Memcached::deleteMulti() 11 years ago
Jörn Friedrich Dreyer 363e9667ec Add Redis cache implementation, prefer over memcached, tests & config sample 11 years ago
Andreas Fischer 9be8ac5867 Memcache\Factory: Remove static, use globalPrefix. 12 years ago
Bart Visscher 88225db4af Memcached hasKey should test for success, the get can fail for other reasons. 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Robin Appelman 1ab7ca0a19 Fix some phpdoc errors and rename interface 12 years ago
Otto Sabart 2f8ebd03b0 Add check for apc.enabled option 12 years ago
Andreas Fischer acd81f6c69 Readd support for memcached_server config variable. 12 years ago
Andreas Fischer 320353c237 Add support for multiple memcached servers. 12 years ago
Robin Appelman 4d65a80892 Remove the static dependency on OC_Util from Memcache 12 years ago
Robin Appelman cd147bb37a Use APCIterator for Memcache\APC::clear() 12 years ago
Robin Appelman 83f968ace2 Fix APCIterator syntax in \OC\Memcache\APCU::clear 12 years ago
Andreas Fischer dfeb04a574 Do not use xcache variable cache if cache size is 0. 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago