egroupware/api/src/Cache
Ralf Becker 28731fbbb9 * APCu/PHP7: fixed not used APCu under PHP7, as it has no APC compatible interface
Apcu class is basicly a copy of Apc, but as its methods are called quite a lot, I dont want to add the overhad of checking to call apc_ or apcu_ on every call, anyway APC died with PHP 5.5 so we can remove Apcu class once we no longer support PHP 5.4
2016-07-07 17:41:35 +02:00
..
Apc.php APCIterator is from global namespace 2016-02-28 13:22:09 +00:00
Apcu.php * APCu/PHP7: fixed not used APCu under PHP7, as it has no APC compatible interface 2016-07-07 17:41:35 +02:00
Base.php moved egw_cache to Api\Cache 2016-02-28 09:38:36 +00:00
Exception.php adding an Exceptions for caching problems 2016-03-03 11:41:45 +00:00
Files.php moved egw_cache to Api\Cache 2016-02-28 09:38:36 +00:00
Memcache.php fix namespaces in stock PHP class \Memcache(d) 2016-02-29 08:53:05 +00:00
Memcached.php fix namespaces in stock PHP class \Memcache(d) 2016-02-29 08:53:05 +00:00
Provider.php moved egw_cache to Api\Cache 2016-02-28 09:38:36 +00:00
ProviderMultiple.php moved egw_cache to Api\Cache 2016-02-28 09:38:36 +00:00