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-09-23 21:28:47 +02:00
..
AbstractAdapter.php [Cache] Handle arbitrary key length when the backend cant using hashing 2016-09-23 21:28:47 +02:00
AdapterInterface.php [Cache] Optimize Chain adapter 2016-03-17 11:33:40 +01:00
ApcuAdapter.php [Cache] Handle arbitrary key length when the backend cant using hashing 2016-09-23 21:28:47 +02:00
ArrayAdapter.php [Cache] Minor fixes after merging 3.1 2016-08-16 18:59:36 +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 Merge branch '3.1' 2016-08-16 18:09:30 +02:00
FilesystemAdapterTrait.php [Cache] Optimize & wire PhpFilesAdapter 2016-05-31 18:28:43 +02:00
NullAdapter.php [Cache] Create NullAdapter to disable cache if needed 2016-05-25 13:35:08 +02:00
PdoAdapter.php [Cache] Add PDO + Doctrine DBAL adapter 2016-08-16 19:01:35 +02:00
PhpArrayAdapter.php Merge branch '3.1' 2016-08-16 18:09:30 +02:00
PhpFilesAdapter.php [Cache] Minor fixes after merging 3.1 2016-08-16 18:59:36 +02:00
ProxyAdapter.php [Cache] Fix default lifetime being ignored 2016-07-27 10:15:52 +02:00
RedisAdapter.php [Cache] Add persistent_id option to RedisAdapter::createConnection() 2016-09-09 15:54:20 +02:00
TagAwareAdapter.php [Cache] Fix TagAwareAdapter::hasItem() 2016-08-07 18:24:25 +02:00
TagAwareAdapterInterface.php [Cache] Add generic TagAwareAdapter wrapper (replaces TagAwareRedisAdapter) 2016-08-07 17:20:59 +02:00