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
2019-02-23 15:35:37 +01:00
..
AbstractAdapter.php [Cache] fix warming up cache.system and apcu 2019-02-23 15:35:37 +01:00
AdapterInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
ApcuAdapter.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
ArrayAdapter.php fixed CS 2019-01-16 21:35:37 +01:00
ChainAdapter.php fixed CS 2019-01-16 21:35:37 +01:00
DoctrineAdapter.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
FilesystemAdapter.php [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available 2018-07-08 10:55:08 +02:00
MemcachedAdapter.php [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available 2018-07-08 10:55:08 +02:00
NullAdapter.php bug #29794 Always pass $key to NullAdapter->createCacheItem (TysonAndre) 2019-01-25 11:49:23 +01:00
PdoAdapter.php fixed CS 2019-01-16 22:31:25 +01:00
PhpArrayAdapter.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
PhpFilesAdapter.php [Cache] fix bad optim 2018-12-18 18:14:53 +01:00
ProxyAdapter.php fixed CS 2019-01-16 21:35:37 +01:00
RedisAdapter.php [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available 2018-07-08 10:55:08 +02:00
SimpleCacheAdapter.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
TagAwareAdapter.php fixed CS 2019-01-16 21:35:37 +01:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
TraceableTagAwareAdapter.php [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00