You are here

Functions in Drupal 8 Cache Backport 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_pre_emit_cache_tags_alter ./d8cache.api.php Allows to alter the cache tags prior to emitting them.
hook_pre_invalidate_cache_tags_alter ./d8cache.api.php Allows to alter the cache tags before invalidating them.
_d8cache_block_admin_configure_submit includes/block.inc Submit handler for block_admin_configure form. 1
_d8cache_block_get_cache_tags includes/block.inc Get cache tags for block. 2
_d8cache_cache_tags_cache_bins ./d8cache.module 1
_d8cache_cache_tags_calculate_checksum ./d8cache.module Calculates the current checksum for a given set of tags. 2
_d8cache_cache_tags_invalidate_cache ./d8cache.module Invalidate a tag from the cache tags cache. 2
_d8cache_cache_tags_load_from_cache ./d8cache.module Loads cache tag invalidations from the cache. 1
_d8cache_cache_tags_load_from_db ./d8cache.module Loads cache tag invalidations from the database. 1
_d8cache_cache_tags_update_cache ./d8cache.module Update the cache with data returned from the database. 1
_d8cache_entity_get_cache_tags includes/entity.inc Get cache tags for an entity. 2
_d8cache_entity_get_list_cache_tags includes/entity.inc Get cache tags for an entity type. 2
_d8cache_entity_invalidate_cache_tags includes/entity.inc Invalidate entity specific cache tags. 3
_d8cache_has_transaction_callbacks ./d8cache.module Check whether the database connection supports root transaction end callbacks. 1
_d8cache_invalidate_block_view_submit includes/block.inc Submit handler to invalidate block_view cache tag. 3
_d8cache_menu_link_get_cache_tags includes/menu.inc Get cache tags for menu link. 4
_d8cache_views_get_cache_tags includes/views.inc Get the cache tags for a view. 1
_drupal_process_attached_supplement includes/core-attachments-collector.inc Overrides drupal_process_attached(). 1

Pages

Other projects