egroupware_official/api/src/Cache
2016-07-26 12:02:09 +02:00
..
Apc.php APCIterator is from global namespace 2016-02-28 13:22:09 +00:00
Apcu.php enable APCu for caching with >= 32M and fix post_install to patch Ubuntu-16.04 /etc/php/7.0/cli/conf.d/20-apcu.ini 2016-07-15 13:25:00 +02:00
Base.php making existing cache-tests available for phpunit/Travis, thought leaving old test in place as they are more performance testing 2016-07-26 12:02:09 +02:00
Exception.php adding an Exceptions for caching problems 2016-03-03 11:41:45 +00:00
Files.php making existing cache-tests available for phpunit/Travis, thought leaving old test in place as they are more performance testing 2016-07-26 12:02:09 +02:00
Memcache.php fix namespaces in stock PHP class \Memcache(d) 2016-02-29 08:53:05 +00:00
Memcached.php fix PHP Warning: Memcached::setOptions(): invalid serializer provided, if neither igbinary nor json serializer is available, staying with default php serializer 2016-07-26 12:02:09 +02:00
Provider.php
ProviderMultiple.php