You are here

namespace Drupal\supercache\Cache in Supercache 8

Same name in other branches
  1. 2.0.x Drupal\supercache\Cache
Classsort descending Location Description
ApcuRawBackend src/Cache/ApcuRawBackend.php Stores cache items in the Alternative PHP Cache User Cache (APCu).
ApcuRawBackendFactory src/Cache/ApcuRawBackendFactory.php
CacheCacheTagsChecksum src/Cache/CacheCacheTagsChecksum.php Cache tags invalidations checksum implementation that uses a CacheRawBackendInterface as the storage.
CacheInterface src/Cache/CacheInterface.php This is a common interface for both the CacheBackend and the RawCacheBackend
CacheRawBackendInterface src/Cache/CacheRawBackendInterface.php Defines an interface for cache implementations.
CacheRawFactoryInterface src/Cache/CacheRawFactoryInterface.php An interface defining cache factory classes.
CacheTagsInvalidatorInterface src/Cache/CacheTagsInvalidatorInterface.php Extends core tag invalidtor interface.
ChainedFastBackend src/Cache/ChainedFastBackend.php Defines a backend with a fast and a consistent backend chain.
ChainedFastBackendFactory src/Cache/ChainedFastBackendFactory.php Defines the chained fast cache backend factory.
ChainedFastRawBackend src/Cache/ChainedFastRawBackend.php Defines a backend with a fast and a consistent backend chain.
ChainedFastRawBackendFactory src/Cache/ChainedFastRawBackendFactory.php Defines the chained fast cache backend factory.
CoordinatedWriteCounterTrait src/Cache/CoordinatedWriteCounterTrait.php Used by components to coordinate invalidations between a volatile and a persistent storage.
DatabaseRawBackend src/Cache/DatabaseRawBackend.php Defines a default cache implementation.
DatabaseRawBackendFactory src/Cache/DatabaseRawBackendFactory.php
DummyTagChecksum src/Cache/DummyTagChecksum.php Stub checksum interface, for when you need to use a cache backend without tag invalidation support.
RequestTimeTrait src/Cache/RequestTimeTrait.php