Adapter
Interfaces, Classes, Traits and Enums
- AdapterInterface
 - Interface for adapters managing instances of Symfony's CacheItem.
 - TagAwareAdapterInterface
 - Interface for invalidating cached items using tags.
 - AbstractAdapter
 - ApcuAdapter
 - ArrayAdapter
 - ChainAdapter
 - Chains several adapters together.
 - DoctrineAdapter
 - FilesystemAdapter
 - FilesystemTagAwareAdapter
 - Stores tag id <> cache id relationship as a symlink, and lookup on invalidation calls.
 - MemcachedAdapter
 - NullAdapter
 - PdoAdapter
 - PhpArrayAdapter
 - Caches items at warm up time using a PHP array that is stored in shared memory by OPCache since PHP 7.0.
 - PhpFilesAdapter
 - ProxyAdapter
 - Psr16Adapter
 - Turns a PSR-16 cache into a PSR-6 one.
 - RedisAdapter
 - RedisTagAwareAdapter
 - Stores tag id <> cache id relationship as a Redis Set, lookup on invalidation using RENAME+SMEMBERS.
 - TagAwareAdapter
 - TraceableAdapter
 - An adapter that collects data about all cache calls.
 - TraceableAdapterEvent
 - TraceableTagAwareAdapter
 - An adapter that collects data about all cache calls.