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-07-01 12:17:16 +02:00
..
AbstractAdapter.php [Cache] MemcachedAdapter not working with TagAwareAdapter 2017-06-05 12:44:43 +02:00
AdapterInterface.php minor #21277 [DX][Cache] Set right cacheItem type hint on AdapterInterface getters (andrerom) 2017-01-14 18:16:00 +01:00
ApcuAdapter.php [Cache] APCu isSupported() should return true when apc.enable_cli=Off 2017-06-08 13:47:25 +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 [Cache] Remove exception false-positive from FilesystemAdapterTrait 2017-04-11 15:28:15 +02:00
NullAdapter.php [Cache] Create NullAdapter to disable cache if needed 2016-05-25 13:35:08 +02:00
PdoAdapter.php [Cache] fix cleanup of expired items for PdoAdapter 2017-07-01 12:17:16 +02:00
PhpArrayAdapter.php Merge branch '2.8' into 3.2 2017-06-02 11:43:35 +02:00
PhpFilesAdapter.php [Cache] APCu isSupported() should return true when apc.enable_cli=Off 2017-06-08 13:47:25 +02:00
ProxyAdapter.php [Cache] Fix default lifetime being ignored 2016-07-27 10:15:52 +02:00
RedisAdapter.php [Cache] fix Redis scheme detection 2017-06-03 09:31:39 +02:00
TagAwareAdapter.php [Cache] MemcachedAdapter not working with TagAwareAdapter 2017-06-05 12:44:43 +02:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00