This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Cache/DependencyInjection
André R 3278cb1c7e [Cache] Add optimized FileSystem & Redis TagAware Adapters
Reduces cache lookups by 50% by changing logic of how tag information is
stored to avoid having to look it up on getItem(s) calls.

For Filesystem symlinks are used, for Redis "Set" datatype is used.
2019-04-24 07:47:35 +02:00
..
CacheCollectorPass.php fixed CS 2019-01-16 21:35:37 +01:00
CachePoolClearerPass.php fixed CS 2019-01-16 21:35:37 +01:00
CachePoolPass.php [Cache] Add optimized FileSystem & Redis TagAware Adapters 2019-04-24 07:47:35 +02:00
CachePoolPrunerPass.php fixed CS 2019-01-16 21:35:37 +01:00