namespace Drupal\Core\Cache

Classsort descending Location Description
BackendChain drupal/core/lib/Drupal/Core/Cache/BackendChain.php Defines a chained cache implementation for combining multiple cache backends.
Cache drupal/core/lib/Drupal/Core/Cache/Cache.php Helper methods for cache.
CacheBackendInterface drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php Defines an interface for cache implementations.
CacheFactory drupal/core/lib/Drupal/Core/Cache/CacheFactory.php
DatabaseBackend drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php Defines a default cache implementation.
DatabaseBackendFactory drupal/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php
ListCacheBinsPass drupal/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php Adds cache_bins parameter to the container.
MemoryBackend drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php Defines a memory cache implementation.
MemoryBackendFactory drupal/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php
MemoryCounterBackend drupal/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Defines a memory cache implementation that counts set and get calls.
NullBackend drupal/core/lib/Drupal/Core/Cache/NullBackend.php Defines a stub cache implementation.