Search for invalidate
- Search 7.x for invalidate
 - Search 9.5.x for invalidate
 - Search 10.3.x for invalidate
 - Search 11.x for invalidate
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| ApcuBackend::invalidate | function | core/ | 
                                                                                        Marks a cache item as invalid. | 
| ApcuBackend::invalidateAll | function | core/ | 
                                                                                        Marks all cache items as invalid. | 
| ApcuBackend::invalidateMultiple | function | core/ | 
                                                                                        Marks cache items as invalid. | 
| BackendChain::invalidate | function | core/ | 
                                                                                        Marks a cache item as invalid. | 
| BackendChain::invalidateAll | function | core/ | 
                                                                                        Marks all cache items as invalid. | 
| BackendChain::invalidateMultiple | function | core/ | 
                                                                                        Marks cache items as invalid. | 
| BackendChain::invalidateTags | function | core/ | 
                                                                                        Marks cache items with any of the specified tags as invalid. | 
| BlockContent::invalidateBlockPluginCache | function | core/ | 
                                                                                        Invalidates the block plugin cache after changes and deletions. | 
| Cache::invalidateTags | function | core/ | 
                                                                                        Marks cache items from all bins with any of the specified tags as invalid. | 
| CacheBackendInterface::invalidate | function | core/ | 
                                                                                        Marks a cache item as invalid. | 
| CacheBackendInterface::invalidateAll | function | core/ | 
                                                                                        Marks all cache items as invalid. | 
| CacheBackendInterface::invalidateMultiple | function | core/ | 
                                                                                        Marks cache items as invalid. | 
| CacheCollector::$cacheInvalidated | property | core/ | 
                                                                                        Flag that indicates of the cache has been invalidated. | 
| CacheCollector::invalidateCache | function | core/ | 
                                                                                        Invalidate the cache. | 
| CacheCollectorTest::testUpdateCacheInvalidatedConflict | function | core/ | 
                                                                                        Tests updating the cache when there is a conflict after cache invalidation. | 
| CacheTagsChecksumTrait::$invalidatedTags | property | core/ | 
                                                                                        A list of tags that have already been invalidated in this request. | 
| CacheTagsChecksumTrait::doInvalidateTags | function | core/ | 
                                                                                        Marks cache items with any of the specified tags as invalid. | 
| CacheTagsChecksumTrait::invalidateTags | function | core/ | 
                                                                                        Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::invalidateTags() | 
| CacheTagsInvalidator::invalidateTags | function | core/ | 
                                                                                        Marks cache items with any of the specified tags as invalid. | 
| CacheTagsInvalidatorInterface::invalidateTags | function | core/ | 
                                                                                        Marks cache items with any of the specified tags as invalid. | 
| CacheTagsInvalidatorTest::testInvalidateTags | function | core/ | 
                                                                                        @covers ::invalidateTags[[api-linebreak]] @covers ::addInvalidator[[api-linebreak]]  | 
              
| CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags | function | core/ | 
                                                                                        @covers ::invalidateTags[[api-linebreak]] | 
| ChainedFastBackend::invalidate | function | core/ | 
                                                                                        Marks a cache item as invalid. | 
| ChainedFastBackend::invalidateAll | function | core/ | 
                                                                                        Marks all cache items as invalid. | 
| ChainedFastBackend::invalidateMultiple | function | core/ | 
                                                                                        Marks cache items as invalid. | 
| ChainedFastBackend::invalidateTags | function | core/ | 
                                                                                        Marks cache items with any of the specified tags as invalid. | 
| ConfigEntityBase::getCacheTagsToInvalidate | function | core/ | 
                                                                                        Returns the cache tags that should be used to invalidate caches. | 
| ConfigEntityBase::invalidateTagsOnDelete | function | core/ | 
                                                                                        Override to never invalidate the individual entities' cache tags; the config system already invalidates them.  | 
              
| ConfigEntityBase::invalidateTagsOnSave | function | core/ | 
                                                                                        Override to never invalidate the entity's cache tag; the config system already invalidates it.  | 
              
| DatabaseBackend::invalidate | function | core/ | 
                                                                                        Marks a cache item as invalid. | 
| DatabaseBackend::invalidateAll | function | core/ | 
                                                                                        Marks all cache items as invalid. | 
| DatabaseBackend::invalidateMultiple | function | core/ | 
                                                                                        Marks cache items as invalid. | 
| DatabaseCacheTagsChecksum::doInvalidateTags | function | core/ | 
                                                                                        Marks cache items with any of the specified tags as invalid. | 
| DateFormat::getCacheTagsToInvalidate | function | core/ | 
                                                                                        Returns the cache tags that should be used to invalidate caches. | 
| DrupalKernel::invalidateContainer | function | core/ | 
                                                                                        Invalidate the service container for the next request. | 
| DrupalKernelInterface::invalidateContainer | function | core/ | 
                                                                                        Invalidate the service container for the next request. | 
| EntityBase::getCacheTagsToInvalidate | function | core/ | 
                                                                                        Returns the cache tags that should be used to invalidate caches. | 
| EntityBase::getListCacheTagsToInvalidate | function | core/ | 
                                                                                        The list cache tags to invalidate for this entity. | 
| EntityBase::invalidateTagsOnDelete | function | core/ | 
                                                                                        Invalidates an entity's cache tags upon delete. | 
| EntityBase::invalidateTagsOnSave | function | core/ | 
                                                                                        Invalidates an entity's cache tags upon save. | 
| EntityDisplayTest::testEntityDisplayInvalidateCacheTags | function | core/ | 
                                                                                        Ensure that entity view display changes invalidates cache tags. | 
| EntityInterface::getCacheTagsToInvalidate | function | core/ | 
                                                                                        Returns the cache tags that should be used to invalidate caches. | 
| GenericCacheBackendUnitTestBase::testInvalidate | function | core/ | 
                                                                                        Test Drupal\Core\Cache\CacheBackendInterface::invalidate() and Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple().  | 
              
| GenericCacheBackendUnitTestBase::testInvalidate | function | core/ | 
                                                                                        Test Drupal\Core\Cache\CacheBackendInterface::invalidate() and Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple().  | 
              
| GenericCacheBackendUnitTestBase::testInvalidateAll | function | core/ | 
                                                                                        Test Drupal\Core\Cache\CacheBackendInterface::invalidateAll(). | 
| GenericCacheBackendUnitTestBase::testInvalidateAll | function | core/ | 
                                                                                        Test Drupal\Core\Cache\CacheBackendInterface::invalidateAll(). | 
| GenericCacheBackendUnitTestBase::testInvalidateTags | function | core/ | 
                                                                                        Tests Drupal\Core\Cache\CacheBackendInterface::invalidateTags(). | 
| GenericCacheBackendUnitTestBase::testInvalidateTags | function | core/ | 
                                                                                        Tests Drupal\Core\Cache\CacheBackendInterface::invalidateTags(). | 
| hook_views_invalidate_cache | function | core/ | 
                                                                                        Allow modules to respond to the invalidation of the Views cache. | 
| Item::getCacheTagsToInvalidate | function | core/ | 
                                                                                        Returns the cache tags that should be used to invalidate caches. | 
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.