You are here

namespace Drupal\KernelTests\Core\Cache in Drupal 8

Same name in other branches
  1. 9 Drupal\KernelTests\Core\Cache
Classsort descending Location Description
ApcuBackendTest core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Tests the APCu cache backend.
BackendChainTest core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php Unit test of the backend chain using the generic cache unit test base.
CacheCollectorTest core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php Tests DatabaseBackend cache tag implementation.
CacheContextOptimizationTest core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php Tests the cache context optimization.
ChainedFastBackendTest core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php Unit test of the fast chained backend using the generic cache unit test base.
DatabaseBackendTagTest core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php Tests DatabaseBackend cache tag implementation.
DatabaseBackendTest core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Unit test of the database backend using the generic cache unit test base.
EndOfTransactionQueriesTest core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests that cache tag invalidation queries are delayed to the end of transactions.
GenericCacheBackendUnitTestBase core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests any cache backend.
MemoryBackendTest core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php Unit test of the memory cache backend using the generic cache unit test base.
PhpBackendTest core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php Unit test of the PHP cache backend using the generic cache unit test base.