nextcloud/lib/private/memcache
Lukas Reschke 2c4b9e03e0 Use new APCu API
This one is available since APCu 4.0, since we require APCu 4.0.6 this works fine. Also it brings us PHP 7 compatibility and thus fixes https://github.com/owncloud/core/issues/21095
2015-12-20 11:09:09 +01:00
..
apc.php Replacing ini_get instances with inigetwrapper usages 2015-11-23 14:12:31 +01:00
apcu.php Use new APCu API 2015-12-20 11:09:09 +01:00
arraycache.php update license headers and authors 2015-06-25 14:13:49 +02:00
cache.php Update license headers 2015-03-26 11:44:36 +01:00
cadtrait.php add compare-and-delete to the memcache interface 2015-06-12 17:28:09 +02:00
castrait.php add compare and swap to memcache 2015-04-30 14:48:39 +02:00
factory.php Fix memcache factory unit tests 2015-07-16 03:53:18 +01:00
memcached.php Handle errors on memcached level - fixes #17397 2015-11-10 15:58:17 +01:00
nullcache.php update license headers and authors 2015-06-25 14:13:49 +02:00
redis.php Add interface for memcache backends that support setting ttl on exisiting keys 2015-12-09 14:39:12 +01:00
xcache.php Replace new occurences of ini_get with IniWrapper methods 2015-11-23 14:12:36 +01:00