You are here

48 calls to Cache::invalidateTags() in Zircon Profile 8.0

AliasStorage::delete in core/lib/Drupal/Core/Path/AliasStorage.php
Deletes a URL alias.
AliasStorage::save in core/lib/Drupal/Core/Path/AliasStorage.php
Saves a path alias to the database.
Block::postSave in core/modules/block/src/Entity/Block.php
Acts on a saved entity before the insert or update hook is invoked.
BlockCacheTest::testCachePerRole in core/modules/block/src/Tests/BlockCacheTest.php
Test "user.roles" cache context.
BlockViewBuilderTest::testBlockViewBuilderViewAlter in core/modules/block/src/Tests/BlockViewBuilderTest.php
Tests block view altering.
block_install in core/modules/block/block.install
Implements hook_install().
BookManager::deleteFromBook in core/modules/book/src/BookManager.php
Deletes node's entry from book table.
BookManager::saveBookLink in core/modules/book/src/BookManager.php
Saves a single book entry.
BookTest::testBookNavigationCacheContext in core/modules/book/src/Tests/BookTest.php
Tests the book navigation cache context.
CacheCollector::clear in core/lib/Drupal/Core/Cache/CacheCollector.php
Clears the collected cache entry.
CachePluginBase::cacheFlush in core/modules/views/src/Plugin/views/cache/CachePluginBase.php
Clear out cached data for a view.
CacheRouterRebuildSubscriber::onRouterFinished in core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php
color_scheme_form_submit in core/modules/color/color.module
Form submission handler for color_scheme_form().
Comment::postSave in core/modules/comment/src/Entity/Comment.php
Acts on a saved entity before the insert or update hook is invoked.
Config::delete in core/lib/Drupal/Core/Config/Config.php
Deletes the configuration object.
Config::save in core/lib/Drupal/Core/Config/Config.php
Saves the configuration object.
ConfigEntityBase::invalidateTagsOnDelete in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Override to never invalidate the individual entities' cache tags; the config system already invalidates them.
ConfigEntityBase::invalidateTagsOnSave in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Override to never invalidate the entity's cache tag; the config system already invalidates it.
ConfigFactory::rename in core/lib/Drupal/Core/Config/ConfigFactory.php
Renames a configuration object using the storage.
ContactLinkTest::testContactLink in core/modules/contact/src/Tests/Views/ContactLinkTest.php
Tests contact link.
ContentEntityStorageBase::resetCache in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
Resets the internal, static entity cache.
DatabaseBackendTagTest::testTagInvalidations in core/modules/system/src/Tests/Cache/DatabaseBackendTagTest.php
DefaultPluginManager::clearCachedDefinitions in core/lib/Drupal/Core/Plugin/DefaultPluginManager.php
Clears static and persistent plugin definition caches.
Entity::invalidateTagsOnDelete in core/lib/Drupal/Core/Entity/Entity.php
Invalidates an entity's cache tags upon delete.
Entity::invalidateTagsOnSave in core/lib/Drupal/Core/Entity/Entity.php
Invalidates an entity's cache tags upon save.
EntityCacheTagsTestBase::testReferencedEntity in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity when referenced.
EntityFieldManager::clearCachedFieldDefinitions in core/lib/Drupal/Core/Entity/EntityFieldManager.php
Clears static and persistent field definition caches.
EntityTypeBundleInfo::clearCachedBundles in core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php
Clears static and persistent bundles.
EntityViewBuilder::resetCache in core/lib/Drupal/Core/Entity/EntityViewBuilder.php
Resets the entity render cache.
EntityWithUriCacheTagsTestBase::testEntityUri in core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity at its URI.
GenericCacheBackendUnitTestBase::testInvalidateTags in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::invalidateTags().
hook_views_invalidate_cache in core/modules/views/views.api.php
Allow modules to respond to the invalidation of the Views cache.
ImageStyle::flush in core/modules/image/src/Entity/ImageStyle.php
Flushes cached media for this style.
Item::postSave in core/modules/aggregator/src/Entity/Item.php
Acts on a saved entity before the insert or update hook is invoked.
LanguageConfigOverride::delete in core/modules/language/src/Config/LanguageConfigOverride.php
Deletes the configuration object.
LanguageConfigOverride::save in core/modules/language/src/Config/LanguageConfigOverride.php
Saves the configuration object.
MenuRouterRebuildSubscriber::onRouterRebuild in core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php
Rebuilds the menu links and deletes the local_task cache tag.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
PageCacheTest::testFormImmutability in core/modules/page_cache/src/Tests/PageCacheTest.php
Test the setting of forms to be immutable.
PageCacheTest::testPageCacheTags in core/modules/page_cache/src/Tests/PageCacheTest.php
Test that cache tags are properly persisted.
PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders in core/modules/page_cache/src/Tests/PageCacheTest.php
Test that the page cache doesn't depend on cacheability headers.
PathAliasTest::testPathCache in core/modules/path/src/Tests/PathAliasTest.php
Tests the path cache.
Registry::reset in core/lib/Drupal/Core/Theme/Registry.php
Invalidates theme registry caches.
search_index_clear in core/modules/search/search.module
Clears either a part of, or the entire search index.
Shortcut::postSave in core/modules/shortcut/src/Entity/Shortcut.php
Acts on a saved entity before the insert or update hook is invoked.
ThemeInstaller::resetSystem in core/lib/Drupal/Core/Extension/ThemeInstaller.php
Resets some other systems like rebuilding the route information or caches.
TrackerTest::testTrackerUser in core/modules/tracker/src/Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
ViewsData::clear in core/modules/views/src/ViewsData.php
Clears the class storage and cache.