CachedStorageTest::testListAllStaticCache |
function |
core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php |
Tests listAll static cache. |
CachedStorageTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php |
Updates configuration data in the storage. |
CacheFactoryTest |
class |
core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php |
Tests Drupal\Core\Cache\CacheFactory. |
CacheFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php |
|
CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend |
function |
core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php |
Tests that the cache factory falls back to customized default service. |
CacheFactoryTest::testCacheFactoryWithDefaultBinBackend |
function |
core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php |
Tests that the cache factory uses the correct default bin backend. |
CacheFactoryTest::testCacheFactoryWithDefaultSettings |
function |
core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php |
Tests that the cache factory falls back to the built-in default service. |
CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend |
function |
core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php |
Tests that the cache factory picks the correct per-bin service. |
CachePreWarmerTest |
class |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
Tests Drupal\Core\PreWarm\CachePreWarmer. |
CachePreWarmerTest.php |
file |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
|
CachePreWarmerTest::$classResolver |
property |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
|
CachePreWarmerTest::$warmedMap |
property |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
|
CachePreWarmerTest::setupCacheServices |
function |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
|
CachePreWarmerTest::testNoServices |
function |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
|
CachePreWarmerTest::testPreWarmAll |
function |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
Tests pre warm all. |
CachePreWarmerTest::testPreWarmByOne |
function |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
Tests pre warm by one. |
CachePreWarmerTest::testPreWarmOnlyOne |
function |
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php |
Tests pre warm only one. |
CacheTagsInvalidatorTest |
class |
core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php |
Tests Drupal\Core\Cache\CacheTagsInvalidator. |
CacheTagsInvalidatorTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php |
|
CacheTagsInvalidatorTest::testInvalidateTags |
function |
core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php |
Tests invalidate tags. |
CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags |
function |
core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php |
Tests invalidate tags with invalid tags. |
CacheTagTest |
class |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
Tests tag cache plugin. |
CacheTagTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
|
CacheTagTest::$article |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
An article node. |
CacheTagTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
The theme to install as the default for testing. |
CacheTagTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
Views used by this test. |
CacheTagTest::$nodeStorage |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
The node storage. |
CacheTagTest::$nodeViewBuilder |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
The node view builder. |
CacheTagTest::$pages |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
An array of page nodes. |
CacheTagTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
Views used by this test. |
CacheTagTest::$user |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
A test user. |
CacheTagTest::$userViewBuilder |
property |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
The user view builder. |
CacheTagTest::getRenderCache |
function |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
Gets the render cache for a given view. |
CacheTagTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
Sets up the test. |
CacheTagTest::testTagCaching |
function |
core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php |
Tests the tag cache plugin. |
CacheTest |
class |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Tests pluggable caching for views. |
CacheTest |
class |
core/tests/Drupal/Tests/Core/Cache/CacheTest.php |
Tests Drupal\Core\Cache\Cache. |
CacheTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/CacheTest.php |
|
CacheTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
|
CacheTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Modules to install. |
CacheTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Views used by this test. |
CacheTest::buildTagsProvider |
function |
core/tests/Drupal/Tests/Core/Cache/CacheTest.php |
Provides a list of pairs of (prefix, suffixes) to build cache tags from. |
CacheTest::mergeCacheContextsProvide |
function |
core/tests/Drupal/Tests/Core/Cache/CacheTest.php |
Provides a list of pairs of cache contexts arrays to be merged. |
CacheTest::mergeMaxAgesProvider |
function |
core/tests/Drupal/Tests/Core/Cache/CacheTest.php |
Provides a list of pairs of cache tags arrays to be merged. |
CacheTest::mergeTagsProvider |
function |
core/tests/Drupal/Tests/Core/Cache/CacheTest.php |
Provides a list of pairs of cache tags arrays to be merged. |
CacheTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
|
CacheTest::testArgumentDefaultCache |
function |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Tests that cacheability metadata is carried over from argument defaults. |
CacheTest::testBuildTags |
function |
core/tests/Drupal/Tests/Core/Cache/CacheTest.php |
Tests build tags. |
CacheTest::testCacheContextIntegration |
function |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Tests the cache context integration for views result cache. |
CacheTest::testCacheData |
function |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Tests the data contained in cached items. |