nextcloud/lib/private/memcache
Robin McCorkell b64e3f8db6 Fallback to complete Memcached flush if getAllKeys fails
Newer Memcached's do not support the underlying protocol commands that
getAllKeys() is implemented with. We should fallback to clearing
everything in that case, as causing (temporary) performance problems for
other applications on the server is better than having stale cached data.
2015-09-05 20:02:49 +01:00
..
apc.php add compare-and-delete to the memcache interface 2015-06-12 17:28:09 +02:00
apcu.php Update license headers 2015-03-26 11:44:36 +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 Fallback to complete Memcached flush if getAllKeys fails 2015-09-05 20:02:49 +01:00
nullcache.php update license headers and authors 2015-06-25 14:13:49 +02:00
redis.php update license headers and authors 2015-06-25 14:13:49 +02:00
xcache.php add compare-and-delete to the memcache interface 2015-06-12 17:28:09 +02:00