nextcloud/lib/private/memcache
Andreas Fischer 0ba5c182f0 HHVM: In APC cache clear, only request the cache key in APCIterator.
The default value of the $format parameter of the APCIterator constructur is
APC_ITER_ALL which instructs the iterator to provide all available information
on cache values being iterated over. Only the key value is necessary for
matching and deletion via apc_delete(), though.

This prevents a "Format values FILENAME, DEVICE, INODE, MD5, NUM_HITS, MTIME,
CTIME, DTIME, ATIME, REFCOUNT not supported yet." notice on HHVM.
2014-12-19 03:24:00 +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 APCIterator for Memcache\APC::clear() 2014-01-06 12:58:43 +01:00
cache.php Remove the static dependency on OC_Util from Memcache 2014-01-06 13:11:38 +01:00
factory.php Add Redis cache implementation, prefer over memcached, tests & config sample 2014-12-10 12:24:20 +01:00
memcached.php HHVM: Add workaround for missing Memcached::deleteMulti() 2014-12-17 18:10:11 +01:00
redis.php Add Redis cache implementation, prefer over memcached, tests & config sample 2014-12-10 12:24:20 +01:00
xcache.php Merge remote-tracking branch 'owncloud/master' into fixing-3417-master 2013-12-18 15:44:46 +01:00