nextcloud/lib/private/memcache
Lukas Reschke b701bbd8c5 Use APCu only if available in version 4.0.6 and higher
APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver)

This potentially fixes https://github.com/owncloud/core/issues/14175

Requires a backport to stable8
2015-02-17 13:28:02 +01:00
..
apc.php HHVM: In APC cache clear, only request the cache key in APCIterator. 2014-12-19 03:24:00 +01:00
apcu.php Use APCu only if available in version 4.0.6 and higher 2015-02-17 13:28:02 +01:00
arraycache.php Add an array implementation of cache and use it if we are not debugging 2015-02-16 14:55:50 +01:00
cache.php Remove the static dependency on OC_Util from Memcache 2014-01-06 13:11:38 +01:00
factory.php add debug log for memcache instantiation 2015-02-16 18:05:43 +01:00
memcached.php HHVM: Add workaround for missing Memcached::deleteMulti() 2014-12-17 18:10:11 +01:00
null.php Add Null memcacher 2015-01-09 13:18:00 +00:00
redis.php Json_(en|de)code values on redis to be able to cache arrays 2015-01-20 10:51:27 +01:00
xcache.php Merge remote-tracking branch 'owncloud/master' into fixing-3417-master 2013-12-18 15:44:46 +01:00