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
2017-01-17 15:05:43 -08:00
..
AbstractAdapter.php remove is_writable check on filesystem cache 2016-12-23 13:05:40 +01: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 order of writes in ChainAdapter 2017-01-05 08:56:56 +01:00
DoctrineAdapter.php [Cache] Handle unserialize() failures gracefully 2016-08-10 19:24:03 +02:00
FilesystemAdapter.php Add missing use statement in FilesystemAdapter 2017-01-13 14:35:13 +01:00
FilesystemAdapterTrait.php Merge branch '3.1' into 3.2 2017-01-02 15:57:35 +01:00
NullAdapter.php [Cache] Create NullAdapter to disable cache if needed 2016-05-25 13:35:08 +02:00
PdoAdapter.php [Cache] [PdoAdapter] Fix MySQL 1170 error (blob as primary key) 2017-01-17 15:05:43 -08:00
PhpArrayAdapter.php [FrameworkBundle] Fix class_exists() checks in PhpArrayAdapter-related cache warmers 2017-01-12 12:00:26 +01:00
PhpFilesAdapter.php Merge branch '3.1' into 3.2 2017-01-02 15:57:35 +01:00
ProxyAdapter.php [Cache] Fix default lifetime being ignored 2016-07-27 10:15:52 +02:00
RedisAdapter.php Merge branch '3.1' into 3.2 2017-01-02 15:57:35 +01:00
TagAwareAdapter.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00