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
Nicolas Grekas e81285249b Merge branch '4.1'
* 4.1:
  Fix Clidumper tests
  Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
  Apply fixers
  Disable the native_constant_invocation fixer until it can be scoped
  Update the list of excluded files for the CS fixer
2018-07-26 10:59:12 +02:00
..
AbstractAdapter.php Merge branch '4.1' 2018-07-26 10:59:12 +02:00
AdapterInterface.php Add missing @ in phpdoc return statement 2018-01-11 11:30:34 +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 Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
ChainAdapter.php Merge branch '4.1' 2018-07-26 10:59:12 +02: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 [Cache] ArrayAdapter and NullAdapter don't need stampede protection 2018-06-28 08:41:11 +02:00
PdoAdapter.php feature #27645 [Cache] Add MarshallerInterface allowing to change the serializer, providing a default one that automatically uses igbinary when available (nicolas-grekas) 2018-07-09 16:39:33 +02:00
PhpArrayAdapter.php Merge branch '4.1' 2018-07-26 10:59:12 +02:00
PhpFilesAdapter.php [Cache] serialize objects using native arrays when possible 2018-06-18 10:20:36 +02:00
ProxyAdapter.php Merge branch '4.1' 2018-07-26 10:59:12 +02: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 [Cache] Add stampede protection via probabilistic early expiration 2018-06-10 18:44:41 +02:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php Merge branch '4.1' 2018-07-26 10:59:12 +02:00
TraceableTagAwareAdapter.php [Cache] Remove TaggableCacheInterface, alias cache.app.taggable to CacheInterface 2018-05-28 21:56:05 +02:00