egroupware_official/api/src/Cache
Ralf Becker 67a6a9f1f3 implement (increment|decrement)Cache to avoid race-conditions if multiple processes update a value
implemented in memcached and APCu backends, default implementation using get&set in base-class
2021-05-27 12:29:51 +02:00
..
Apc.php fixing all sorts of PHP 8 errors and PHPStorm errors 2021-03-31 17:50:01 +02:00
Apcu.php implement (increment|decrement)Cache to avoid race-conditions if multiple processes update a value 2021-05-27 12:29:51 +02:00
Base.php implement (increment|decrement)Cache to avoid race-conditions if multiple processes update a value 2021-05-27 12:29:51 +02:00
Exception.php adding an Exceptions for caching problems 2016-03-03 11:41:45 +00:00
Files.php fix PHP Warning if keys contain a backslash as in namespaced classes 2018-02-15 09:52:24 +01:00
Memcache.php fix warning in tests 2020-03-04 22:31:30 +01:00
Memcached.php implement (increment|decrement)Cache to avoid race-conditions if multiple processes update a value 2021-05-27 12:29:51 +02:00
Provider.php implement (increment|decrement)Cache to avoid race-conditions if multiple processes update a value 2021-05-27 12:29:51 +02:00
ProviderMultiple.php store some lock-data, so only a single callback calculate data on cache-miss 2021-05-26 11:38:36 +02:00