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 51a2cb6e3c Merge branch '4.3' into 4.4
* 4.3:
  [Security/Http] fix typo in deprecation message
  Various tweaks 3.4
  Various tweaks 4.3
  [PhpUnit] Fix usleep mock return value
  [Lock] use Predis\ClientInterface instead of Predis\Client
  Fix version typo in deprecation notice
  Make legacy "wrong" RFC2047 encoding apply only to one header
2019-09-24 17:57:39 +02:00
..
AbstractAdapter.php Import return annotations from vendors 2019-08-14 15:27:41 +02:00
AbstractTagAwareAdapter.php Import return annotations from vendors 2019-08-14 15:27:41 +02:00
AdapterInterface.php Import return annotations from vendors 2019-08-14 15:27:41 +02: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 Import return annotations from vendors 2019-08-14 15:27:41 +02:00
ChainAdapter.php Import return annotations from vendors 2019-08-14 15:27:41 +02:00
DoctrineAdapter.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +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
FilesystemTagAwareAdapter.php removed @experimental annotations 2019-06-29 18:43:50 +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 Import return annotations from vendors 2019-08-14 15:27:41 +02:00
PdoAdapter.php fixed CS 2019-01-16 22:31:25 +01:00
PhpArrayAdapter.php Import return annotations from vendors 2019-08-14 15:27:41 +02:00
PhpFilesAdapter.php [Cache] fix bad optim 2018-12-18 18:14:53 +01:00
ProxyAdapter.php [Cache] Add types to constructors and private/final/internal methods. 2019-09-08 23:57:26 +02:00
Psr16Adapter.php Merge branch '4.2' into 4.3 2019-06-17 19:37:00 +02:00
RedisAdapter.php Merge branch '3.4' into 4.3 2019-09-24 17:54:14 +02:00
RedisTagAwareAdapter.php Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
SimpleCacheAdapter.php Merge branch '3.4' into 4.2 2019-06-17 19:31:01 +02:00
TagAwareAdapter.php Merge branch '4.3' into 4.4 2019-08-20 16:44:19 +02:00
TagAwareAdapterInterface.php [Cache] Accept only array in TagAwareAdapter::invalidateTags() 2016-10-06 12:43:30 +02:00
TraceableAdapter.php Import return annotations from vendors 2019-08-14 15:27:41 +02:00
TraceableTagAwareAdapter.php [Cache] leverage Contracts\Cache 2018-09-04 09:24:06 +02:00