You are here

constant DISPLAY_CACHE_CACHE_BIN in Display Cache 7

Name of the display cache cache bin.

7 uses of DISPLAY_CACHE_CACHE_BIN
display_cache_entity_view_alter in ./display_cache.module
Implements hook_entity_view_alter().
display_cache_field_attach_view_alter in ./display_cache.module
Implements hook_field_attach_view_alter().
display_cache_flush_cache in ./display_cache.module
Flushes the display cache of a given element.
display_cache_flush_caches in ./display_cache.module
Implements hook_flush_caches().
display_cache_flush_caches_form_submit in ./display_cache.admin.inc
Submit handler for display_cache_flush_caches_form().

... See full list

File

./display_cache.module, line 18
Module file for Display Cache.

Code

define('DISPLAY_CACHE_CACHE_BIN', 'cache_display_cache');