You are here

Classes, traits, and interfaces in Supercache 2.0.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ApcuRawBackend class Drupal\supercache\Cache src/Cache/ApcuRawBackend.php Stores cache items in the Alternative PHP Cache User Cache (APCu).
ApcuRawBackendClearTests class Drupal\supercache\Tests\Cache src/Tests/Cache/ApcuRawBackendClearTests.php
ApcuRawBackendExpireTests class Drupal\supercache\Tests\Cache src/Tests/Cache/ApcuRawBackendExpireTests.php
ApcuRawBackendFactory class Drupal\supercache\Cache src/Cache/ApcuRawBackendFactory.php 3 2
ApcuRawBackendGeneralTestCaseTrait trait Drupal\supercache\Tests\Cache src/Tests/Cache/ApcuRawBackendGeneralTestCaseTrait.php
ApcuRawBackendGeneralTests class Drupal\supercache\Tests\Cache src/Tests/Cache/ApcuRawBackendGeneralTests.php
ApcuRawBackendGetMultipleTests class Drupal\supercache\Tests\Cache src/Tests/Cache/ApcuRawBackendGetMultipleTests.php
ApcuRawBackendSavingTests class Drupal\supercache\Tests\Cache src/Tests/Cache/ApcuRawBackendSavingTests.php
BackendClearTests abstract class Drupal\supercache\Tests\Generic\Cache src/Tests/Generic/Cache/BackendClearTests.php Testea funciones basicas. 2 2
BackendExpireTests class Drupal\supercache\Tests\Generic\Cache src/Tests/Generic/Cache/BackendExpireTests.php Test saving functions. 2 2
BackendGeneralTestCase abstract class Drupal\supercache\Tests\Generic\Cache src/Tests/Generic/Cache/BackendGeneralTestCase.php Testea funciones basicas. 5 2
BackendGetMultipleTests class Drupal\supercache\Tests\Generic\Cache src/Tests/Generic/Cache/BackendGetMultipleTests.php Testea funciones basicas. 2 2
BackendSavingTests class Drupal\supercache\Tests\Generic\Cache src/Tests/Generic/Cache/BackendSavingTests.php Test saving functions. 2 2
CacheCacheTagsChecksum class Drupal\supercache\Cache src/Cache/CacheCacheTagsChecksum.php Cache tags invalidations checksum implementation that uses a CacheRawBackendInterface as the storage. 1 2
CacheCacheTagsChecksumTests class Drupal\supercache\Tests\Cache src/Tests/Cache/CacheCacheTagsChecksumTests.php Test this on top of different combinations of cache backends.
CacheInterface interface Drupal\supercache\Cache src/Cache/CacheInterface.php This is a common interface for both the CacheBackend and the RawCacheBackend
CacheRawBackendInterface interface Drupal\supercache\Cache src/Cache/CacheRawBackendInterface.php Defines an interface for cache implementations. 3
CacheRawFactoryInterface interface Drupal\supercache\Cache src/Cache/CacheRawFactoryInterface.php An interface defining cache factory classes. 3 1
CacheServicesTrait trait Drupal\supercache\Tests\Generic\Cache src/Tests/Generic/Cache/CacheServicesTrait.php Use this to populate the container with a wide set of cache services that can be used to test components that depend on caches. 1
CacheTagsChecksumTests abstract class Drupal\supercache\Tests\Generic\Cache src/Tests/Generic/Cache/CacheTagsChecksumTests.php Tests to make sure a cache tags checksum works properly... 1 1
CacheTagsInvalidatorInterface interface Drupal\supercache\Cache src/Cache/CacheTagsInvalidatorInterface.php Extends core tag invalidtor interface. 1 1
ChainedFastBackend class Drupal\supercache\Cache src/Cache/ChainedFastBackend.php Defines a backend with a fast and a consistent backend chain.
ChainedFastBackendFactory class Drupal\supercache\Cache src/Cache/ChainedFastBackendFactory.php Defines the chained fast cache backend factory. 1 2
ChainedFastRawBackend class Drupal\supercache\Cache src/Cache/ChainedFastRawBackend.php Defines a backend with a fast and a consistent backend chain.
ChainedFastRawBackendFactory class Drupal\supercache\Cache src/Cache/ChainedFastRawBackendFactory.php Defines the chained fast cache backend factory. 2 2
ChainedStorage class Drupal\supercache\KeyValueStore src/KeyValueStore/ChainedStorage.php Defines a chained key value storage that uses any cache backend on top of the database default key/value storage.
ChainedStorageExpirable class Drupal\supercache\KeyValueStore src/KeyValueStore/ChainedStorageExpirable.php Defines a default key/value store implementation for expiring items.
ChainedStorageTests class Drupal\supercache\Tests\KeyValue src/Tests/KeyValue/ChainedStorageTests.php Test this on top of different combinations of cache backends.
ChainedStorageTrait trait Drupal\supercache\KeyValueStore src/KeyValueStore/ChainedStorageTrait.php
CoordinatedWriteCounterTrait trait Drupal\supercache\Cache src/Cache/CoordinatedWriteCounterTrait.php Used by components to coordinate invalidations between a volatile and a persistent storage.
DatabaseRawBackend class Drupal\supercache\Cache src/Cache/DatabaseRawBackend.php Defines a default cache implementation.
DatabaseRawBackendClearTests class Drupal\supercache\Tests\Cache src/Tests/Cache/DatabaseRawBackendClearTests.php
DatabaseRawBackendExpireTests class Drupal\supercache\Tests\Cache src/Tests/Cache/DatabaseRawBackendExpireTests.php
DatabaseRawBackendFactory class Drupal\supercache\Cache src/Cache/DatabaseRawBackendFactory.php 3 2
DatabaseRawBackendGeneralTestCaseTrait trait Drupal\supercache\Tests\Cache src/Tests/Cache/DatabaseRawBackendGeneralTestCaseTrait.php
DatabaseRawBackendGeneralTests class Drupal\supercache\Tests\Cache src/Tests/Cache/DatabaseRawBackendGeneralTests.php
DatabaseRawBackendGetMultipleTests class Drupal\supercache\Tests\Cache src/Tests/Cache/DatabaseRawBackendGetMultipleTests.php
DatabaseRawBackendSavingTests class Drupal\supercache\Tests\Cache src/Tests/Cache/DatabaseRawBackendSavingTests.php
DummyTagChecksum class Drupal\supercache\Cache src/Cache/DummyTagChecksum.php Stub checksum interface, for when you need to use a cache backend without tag invalidation support. 5
KeyValueChainedExpirableFactory class Drupal\supercache\KeyValueStore src/KeyValueStore/KeyValueChainedExpirableFactory.php Defines the key/value store factory for the wincache/databse backend. 2
KeyValueChainedFactory class Drupal\supercache\KeyValueStore src/KeyValueStore/KeyValueChainedFactory.php Defines the key/value store factory for the database backend. 1 2
KeyValueTests abstract class Drupal\supercache\Tests\Generic\KeyValue src/Tests/Generic/KeyValue/KeyValueTests.php Basic testing for KeyValue storage. 1 1
RawBackendGeneralTestCase abstract class Drupal\supercache\Tests\Generic\Cache src/Tests/Generic/Cache/RawBackendGeneralTestCase.php Testea funciones basicas. 1
RawBackendGeneralTests class Drupal\supercache\Tests\Generic\Cache src/Tests/Generic/Cache/RawBackendGeneralTests.php General tests for the specific raw backend capabilities. 2 2
RequestTimeTrait trait Drupal\supercache\Cache src/Cache/RequestTimeTrait.php
SupercacheServiceProvider class Drupal\supercache src/SupercacheServiceProvider.php Hard overrides some of core services with their couchbase implementation.

Other projects