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/Adapter
Tristan Darricau eaca2a4509 [cache] Bump RedisAdapter timeout to 5s
Bump RedisAdapter timeout to 5s because (at least with Predis) 0 means 0s
2016-12-27 14:21:58 +01:00
..
AbstractAdapter.php [Cache] Handle unserialize() failures gracefully 2016-08-10 19:24:03 +02:00
AdapterInterface.php [Cache] Optimize Chain adapter 2016-03-17 11:33:40 +01:00
ApcuAdapter.php [Cache] Handle unserialize() failures gracefully 2016-08-10 19:24:03 +02:00
ArrayAdapter.php [Cache] Handle unserialize() failures gracefully 2016-08-10 19:24:03 +02:00
ChainAdapter.php [Cache] Fix double fetch in ProxyAdapter 2016-06-14 07:54:16 +02:00
DoctrineAdapter.php [Cache] Handle unserialize() failures gracefully 2016-08-10 19:24:03 +02:00
FilesystemAdapter.php [Cache] Make directory hashing case insensitive 2016-11-09 15:09:05 +01:00
ProxyAdapter.php [Cache] Fix default lifetime being ignored 2016-07-27 10:15:52 +02:00
RedisAdapter.php [cache] Bump RedisAdapter timeout to 5s 2016-12-27 14:21:58 +01:00