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
2016-04-04 11:41:14 +02:00
..
AbstractAdapter.php [Cache] Add a Chain adapter 2016-03-17 09:39:21 +01:00
AdapterInterface.php [Cache] Optimize Chain adapter 2016-03-17 11:33:40 +01:00
ApcuAdapter.php [Cache] Restrict flushes to namespace scopes 2016-03-15 17:43:22 +01:00
ArrayAdapter.php [Cache] Add a Chain adapter 2016-03-17 09:39:21 +01:00
ChainAdapter.php fixed CS 2016-03-27 14:54:44 +02:00
DoctrineAdapter.php [Cache] Normalize constructor arguments order 2016-04-04 11:41:14 +02:00
FilesystemAdapter.php [Cache] Normalize constructor arguments order 2016-04-04 11:41:14 +02:00
ProxyAdapter.php [Cache] Normalize constructor arguments order 2016-04-04 11:41:14 +02:00
RedisAdapter.php Fast multiple setEx with the pipeline transcation (RedisAdapter::doSave) 2016-03-23 18:33:57 +01:00