constant DRUPAL_CACHE_PER_PAGE
The block or element can change depending on the page being viewed.
Related topics
4 uses of DRUPAL_CACHE_PER_PAGE
- BlockCacheTestCase::testCachePerPage in drupal-7.x/
modules/ block/ block.test - Test DRUPAL_CACHE_PER_PAGE.
- book_block_info in drupal-7.x/
modules/ book/ book.module - Implements hook_block_info().
- drupal_render_cid_parts in drupal-7.x/
includes/ common.inc - Returns cache ID parts for building a cache ID.
- profile_block_info in drupal-7.x/
modules/ profile/ profile.module - Implements hook_block_info().
File
- drupal-7.x/
includes/ common.inc, line 156 - Common functions that many Drupal modules will need to reference.
Code
define('DRUPAL_CACHE_PER_PAGE', 0x0004)