Symfony\Component\Cache\Adapter
Classes
| AbstractAdapter | |
| ApcuAdapter | |
| ArrayAdapter | |
| ChainAdapter | Chains several adapters together. |
| DoctrineAdapter | |
| FilesystemAdapter | |
| 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 | |
| RedisAdapter | |
| SimpleCacheAdapter | |
| TagAwareAdapter | |
| TraceableAdapter | An adapter that collects data about all cache calls. |
| TraceableAdapterEvent | |
| TraceableTagAwareAdapter |
Interfaces
| AdapterInterface | Interface for adapters managing instances of Symfony's CacheItem. |
| TagAwareAdapterInterface | Interface for invalidating cached items using tags. |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Cache/Adapter.html