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-04-19 11:39:36 +02:00
..
AbstractAdapter.php [Cache] Move adapter implementations to traits 2017-01-23 14:57:50 +01: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 [3.2] Fix issues reported by static analyse 2017-02-28 15:39:50 +01:00
ArrayAdapter.php [Cache] Move adapter implementations to traits 2017-01-23 14:57:50 +01:00
ChainAdapter.php [Cache] Fix order of writes in ChainAdapter 2017-01-05 08:56:56 +01:00
DoctrineAdapter.php [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
FilesystemAdapter.php [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
MemcachedAdapter.php [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
NullAdapter.php [Cache] Create NullAdapter to disable cache if needed 2016-05-25 13:35:08 +02:00
PdoAdapter.php [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
PhpArrayAdapter.php Merge branch '3.2' 2017-04-04 09:47:41 +02:00
PhpFilesAdapter.php [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
ProxyAdapter.php [Cache] Fix default lifetime being ignored 2016-07-27 10:15:52 +02:00
RedisAdapter.php Merge branch '3.2' 2017-04-04 09:47:41 +02:00
SimpleCacheAdapter.php [Cache] Implement PSR-16 SimpleCache v1.0 2017-01-23 14:57:50 +01:00
TagAwareAdapter.php [Cache] Add CacheItem::getPreviousTags() 2017-03-15 09:07:24 +01:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php [Cache] Keep only hit/miss (not values) in TraceableAdapter/Cache 2017-04-19 11:39:36 +02:00