Search for cacheTags
- Search 7.x for cacheTags
 - Search 9.5.x for cacheTags
 - Search 8.9.x for cacheTags
 - Search 10.3.x for cacheTags
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| AccessResult::getCacheTags | function | core/ | 
                                                                                        The cache tags associated with this object. | 
| AccessResult::resetCacheTags | function | core/ | 
                                                                                        Resets cache tags (to the empty array). | 
| AccessResultTest::testCacheTags | function | core/ | 
                                                                                        Tests cache tags. | 
| ArgumentDefaultPluginBase::getCacheTags | function | core/ | 
                                                                                        |
| ArgumentPluginBase::getCacheTags | function | core/ | 
                                                                                        The cache tags associated with this object. | 
| AssertPageCacheContextsAndTagsTrait::assertCacheTags | function | core/ | 
                                                                                        Ensures that some cache tags are present in the current response. | 
| AssertViewsCacheTagsTrait | trait | core/ | 
                                                                                        Provides assert methods for testing Views cache tags. | 
| AssertViewsCacheTagsTrait.php | file | core/ | 
                                                                                        |
| AssertViewsCacheTagsTrait::assertViewsCacheTags | function | core/ | 
                                                                                        Asserts a view's result & render cache items' cache tags. | 
| AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray | function | core/ | 
                                                                                        Asserts a view's result & render cache items' cache tags. | 
| BlockComponentRenderArrayTest::testOnBuildRenderEmptyBuildWithCacheTags | function | core/ | 
                                                                                        Tests on build render empty build with cache tags. | 
| BlockContentCacheTagsTest | class | core/ | 
                                                                                        Tests the Content Block entity's cache tags. | 
| BlockContentCacheTagsTest.php | file | core/ | 
                                                                                        |
| BlockContentCacheTagsTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| BlockContentCacheTagsTest::$modules | property | core/ | 
                                                                                        Modules to install. | 
| BlockContentCacheTagsTest::createEntity | function | core/ | 
                                                                                        Creates the entity to be tested. | 
| BlockContentCacheTagsTest::getAccessCacheContextsForEntity | function | core/ | 
                                                                                        |
| BlockContentCacheTagsTest::getAdditionalCacheTagsForEntity | function | core/ | 
                                                                                        Each comment must have a comment body, which always has a text format. | 
| BlockContentCacheTagsTest::testBlock | function | core/ | 
                                                                                        Tests that the block is cached with the correct contexts and tags. | 
| BlockContentResourceTestBase::getExpectedCacheTags | function | core/ | 
                                                                                        The expected cache tags for the GET/HEAD response of the test entity. | 
| BlockContentTest::getExpectedCacheTags | function | core/ | 
                                                                                        The expected cache tags for the GET/HEAD response of the test entity. | 
| BlockPageVariant::$blockListCacheTags | property | core/ | 
                                                                                        The Block entity type list cache tags. | 
| BlockResourceTestBase::getExpectedCacheTags | function | core/ | 
                                                                                        The expected cache tags for the GET/HEAD response of the test entity. | 
| BlockTest::getExpectedCacheTags | function | core/ | 
                                                                                        The expected cache tags for the GET/HEAD response of the test entity. | 
| BlockTest::testBlockCacheTags | function | core/ | 
                                                                                        Tests that cache tags are properly set and bubbled up to the page cache. | 
| BulkForm::getCacheTags | function | core/ | 
                                                                                        The cache tags associated with this object. | 
| CacheableDependencyInterface::getCacheTags | function | core/ | 
                                                                                        The cache tags associated with this object. | 
| CacheableDependencyTrait::$cacheTags | property | core/ | 
                                                                                        Cache tags. | 
| CacheableDependencyTrait::getCacheTags | function | core/ | 
                                                                                        |
| CacheableMetadata::getCacheTags | function | core/ | 
                                                                                        The cache tags associated with this object. | 
| CacheableMetadata::setCacheTags | function | core/ | 
                                                                                        Sets cache tags. | 
| CacheableMetadataCalculationTest::getCacheTags | function | core/ | 
                                                                                        The cache tags associated with this object. | 
| CacheableMetadataTest::testAddCacheTags | function | core/ | 
                                                                                        This delegates to Cache::mergeTags(), so just a basic test. | 
| CacheCollectorTest::$cacheTagsInvalidator | property | core/ | 
                                                                                        The cache tags invalidator. | 
| CachePluginBase::getCacheTags | function | core/ | 
                                                                                        Gets an array of cache tags for the current view. | 
| CachePluginBase::getRowCacheTags | function | core/ | 
                                                                                        Returns the row cache tags. | 
| CacheTagsChecksumDecorator | class | core/ | 
                                                                                        Wraps an existing cache tags checksum invalidator to track calls separately. | 
| CacheTagsChecksumDecorator.php | file | core/ | 
                                                                                        |
| CacheTagsChecksumDecorator::getCurrentChecksum | function | core/ | 
                                                                                        Returns the sum total of validations for a given set of tags. | 
| CacheTagsChecksumDecorator::invalidateTags | function | core/ | 
                                                                                        Marks cache items with any of the specified tags as invalid. | 
| CacheTagsChecksumDecorator::isValid | function | core/ | 
                                                                                        Returns whether the checksum is valid for the given cache tags. | 
| CacheTagsChecksumDecorator::logCacheTagOperation | function | core/ | 
                                                                                        Logs a cache tag operation. | 
| CacheTagsChecksumDecorator::registerCacheTagsForPreload | function | core/ | 
                                                                                        Register cache tags for preloading. | 
| CacheTagsChecksumDecorator::reset | function | core/ | 
                                                                                        Reset statically cached tags. | 
| CacheTagsChecksumDecorator::__construct | function | core/ | 
                                                                                        |
| CacheTagsChecksumInterface | interface | core/ | 
                                                                                        Provides checksums for cache tag invalidations. | 
| CacheTagsChecksumInterface.php | file | core/ | 
                                                                                        |
| CacheTagsChecksumInterface::getCurrentChecksum | function | core/ | 
                                                                                        Returns the sum total of validations for a given set of tags. | 
| CacheTagsChecksumInterface::INVALID_CHECKSUM_WHILE_IN_TRANSACTION | constant | core/ | 
                                                                                        The invalid checksum returned if a database transaction is in progress. | 
| CacheTagsChecksumInterface::isValid | function | core/ | 
                                                                                        Returns whether the checksum is valid for the given cache tags. | 
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.