namespace Drupal\system\Tests\Cache

Classsort descending Location Description
BackendChainImplementationUnitTest drupal/core/modules/system/lib/Drupal/system/Tests/Cache/BackendChainImplementationUnitTest.php Tests implementation-specific functionality of the BackendChain backend.
BackendChainUnitTest drupal/core/modules/system/lib/Drupal/system/Tests/Cache/BackendChainUnitTest.php Tests BackendChain using GenericCacheBackendUnitTestBase.
CacheTestBase drupal/core/modules/system/lib/Drupal/system/Tests/Cache/CacheTestBase.php Provides helper methods for cache tests.
ClearTest drupal/core/modules/system/lib/Drupal/system/Tests/Cache/ClearTest.php Tests cache clearing methods.
DatabaseBackendUnitTest drupal/core/modules/system/lib/Drupal/system/Tests/Cache/DatabaseBackendUnitTest.php Tests DatabaseBackend using GenericCacheBackendUnitTestBase.
GenericCacheBackendUnitTestBase drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php Tests any cache backend.
InstallTest drupal/core/modules/system/lib/Drupal/system/Tests/Cache/InstallTest.php Tests the behavior of the cache backend used for installing Drupal.
MemoryBackendUnitTest drupal/core/modules/system/lib/Drupal/system/Tests/Cache/MemoryBackendUnitTest.php Tests MemoryBackend using GenericCacheBackendUnitTestBase.
NullBackendTest drupal/core/modules/system/lib/Drupal/system/Tests/Cache/NullBackendTest.php Tests the cache NullBackend.