Search for invalidate
- Search 7.x for invalidate
- Search 9.5.x for invalidate
- Search 8.9.x for invalidate
- Search 10.3.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. |
CacheBackendDecorator::invalidate | function | core/ |
Marks a cache item as invalid. |
CacheBackendDecorator::invalidateAll | function | core/ |
Marks all cache items as invalid. |
CacheBackendDecorator::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
CacheBackendDecorator::invalidateTags | function | core/ |
Marks cache items 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. |
CacheTagsChecksumDecorator::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
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\CacheTagsInvalidatorInterface::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 @covers ::addInvalidator @covers ::addBin |
CacheTagsInvalidatorTest::testInvalidateTagsWithInvalidTags | function | core/ |
@covers ::invalidateTags |
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. |
ComposerInspector::invalidateCacheIfNeeded | function | core/ |
Invalidates cached data if composer.json or composer.lock have changed. |
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. |
ExtraFieldBlockCacheTagInvalidator::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
File::invalidateTagsOnSave | function | core/ |
Invalidates an entity's cache tags upon save. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.