egroupware_official/api/src/Cache
Ralf Becker c1e8ac6324 Switching consistent hashing (Libketama) off by default
as for just 2 Memcached servers it creates an extrem unbalanced 
distribution favoring the 2. server and has no benefits,
as requests to the failed node can only go to the other one anyway.
2018-02-28 10:45:48 +01:00
..
Apc.php * Admin/APC(u): fix error in clear cache: if APC(u) runs out of memory clearing just instance cache clear whole cache 2016-07-28 12:02:21 +02:00
Apcu.php fix "PHP Fatal error: APCuIterator::__construct(): APC must be enabled to use" in setup-cli 2016-08-02 11:42:37 +02:00
Base.php
Exception.php
Files.php fix PHP Warning if keys contain a backslash as in namespaced classes 2018-02-15 09:52:24 +01:00
Memcache.php
Memcached.php Switching consistent hashing (Libketama) off by default 2018-02-28 10:45:48 +01:00
Provider.php
ProviderMultiple.php