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
Fabien Potencier 6ccdcdc330 Merge branch '3.2'
* 3.2:
  Remove 3.1 from PR template
  fixed test name
  [Cache] Fix class exists checks in PhpArrayAdapter
  Casting TableCell value to string.
  [FrameworkBundle] fixed custom domain for translations in php templates
  [Form] Fixed DateType format option
  [Config] Fix checking cache for non existing meta file
2017-02-06 13:04:42 +01: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 [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +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-02-06 13:04:42 +01: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 [Cache] Create PSR-16 variants of all PSR-6 adapters 2017-01-23 15:02:05 +01:00
SimpleCacheAdapter.php [Cache] Implement PSR-16 SimpleCache v1.0 2017-01-23 14:57:50 +01:00
TagAwareAdapter.php [Cache] Fix tags expiration 2017-01-18 16:46:19 +01:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php [Cache] TraceableAdapter 2016-12-29 11:50:13 +01:00