| CacheableMetadataTest::testMerge |
function |
core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php |
Tests merge(). |
| CacheableMetadataTest::testSetCacheMaxAge |
function |
core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php |
Tests valid and invalid values as max age. |
| CacheableTestDomainObject |
class |
core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php |
Test domain class with implemented CacheableDependencyInterface. |
| CacheableTestDomainObject.php |
file |
core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php |
|
| CacheableTestResponse |
class |
core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php |
Cacheable response used for testing. |
| CacheableTestResponse.php |
file |
core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php |
|
| CacheCollectorTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php |
Tests DatabaseBackend cache tag implementation. |
| CacheCollectorTest |
class |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests Drupal\Core\Cache\CacheCollector. |
| CacheCollectorTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
|
| CacheCollectorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php |
|
| CacheCollectorTest::$cacheBackend |
property |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
The cache backend that should be used. |
| CacheCollectorTest::$cacheTagsInvalidator |
property |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
The cache tags invalidator. |
| CacheCollectorTest::$cid |
property |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
The cache id used for the test. |
| CacheCollectorTest::$collector |
property |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Cache collector implementation to test. |
| CacheCollectorTest::$lock |
property |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
The lock backend that should be used. |
| CacheCollectorTest::providerTestInvalidCharacters |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php |
Data provider for ::testCacheCollector(). |
| CacheCollectorTest::register |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php |
Registers test-specific services. |
| CacheCollectorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
|
| CacheCollectorTest::testCacheCollector |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php |
Tests setting and invalidating. |
| CacheCollectorTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests setting and deleting values. |
| CacheCollectorTest::testGetFromCache |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests returning value from the collected cache. |
| CacheCollectorTest::testResolveCacheMiss |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests the resolve cache miss function. |
| CacheCollectorTest::testSetAndGet |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests setting and getting values when the cache is empty. |
| CacheCollectorTest::testSetAndGetNull |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Makes sure that NULL is a valid value and is collected. |
| CacheCollectorTest::testUpdateCache |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache after a set. |
| CacheCollectorTest::testUpdateCacheClear |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a clear of the cache collector. |
| CacheCollectorTest::testUpdateCacheClearTags |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a clear of the cache collector using tags. |
| CacheCollectorTest::testUpdateCacheDelete |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache after a delete. |
| CacheCollectorTest::testUpdateCacheInvalidatedConflict |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when there is a conflict after cache invalidation. |
| CacheCollectorTest::testUpdateCacheLockFail |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when the lock acquire fails. |
| CacheCollectorTest::testUpdateCacheMerge |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a cache hit, then item updated by a different request. |
| CacheCollectorTest::testUpdateCacheNoChanges |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when no changes were made. |
| CacheCollectorTest::testUpdateCacheRace |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a cache miss, then item created by another request. |
| CacheCollectorTest::testUpdateCacheReset |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a reset of the cache collector. |
| CacheContextOptimizationTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Tests the cache context optimization. |
| CacheContextOptimizationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
|
| CacheContextOptimizationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Modules to install. |
| CacheContextOptimizationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
|
| CacheContextOptimizationTest::testUserPermissionCacheContextOptimization |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Ensures that 'user.permissions' cache context is able to define cache tags. |
| CacheContextOptimizationTest::testUserRolesCacheContextOptimization |
function |
core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php |
Ensures that 'user.roles' still works when it is optimized away. |
| CacheContextsManagerTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Tests Drupal\Core\Cache\Context\CacheContextsManager. |
| CacheContextsManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::getContextsFixture |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::getMockContainer |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::providerTestInvalidCalculatedContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Provides a list of invalid 'baz' cache contexts: the parameter is missing. |
| CacheContextsManagerTest::providerTestOptimizeTokens |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Provides a list of context token sets. |
| CacheContextsManagerTest::testAvailableContextLabels |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::testAvailableContextStrings |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
|
| CacheContextsManagerTest::testConvertTokensToKeys |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Tests convert tokens to keys. |
| CacheContextsManagerTest::testInvalidCalculatedContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php |
Tests invalid calculated context. |