BackendChain |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Defines a chained cache implementation for combining multiple cache backends. |
CacheBackendInterface |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Defines an interface for cache implementations. |
CacheFactory |
drupal/core/lib/Drupal/Core/Cache/CacheFactory.php |
Defines the cache backend factory. |
DatabaseBackend |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Defines a default cache implementation. |
InstallBackend |
drupal/core/lib/Drupal/Core/Cache/InstallBackend.php |
Defines a stub cache implementation to be used during installation. |
MemoryBackend |
drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php |
Defines a memory cache implementation. |
NullBackend |
drupal/core/lib/Drupal/Core/Cache/NullBackend.php |
Defines a stub cache implementation. |