Classes

Abstract implementation of CacheFactory which provides methods to easily instantiate PSR6 and PSR16 cache adapters.

Factory to instantiate an ApcuAdapter for use in caching.

Creates the following cache adapters:

  • PhpFilesAdapter (falls back to FilesystemAdapter if PhpFilesAdapter isn't supported)
  • An optional in-memory cache such as Redis, Memcached, or APCu.

Assists with building of manifest cache prior to config being available

Factory to instantiate a MemcachedAdapter for use in caching.

Factory to instantiate a RedisAdapter for use in caching.

Interfaces

Interface to be implemented by all cache factories that instantiate in-memory symfony cache adapters.

Defines a service that can flush its cache for a list of members