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 modules/
block/ block.test - Test DRUPAL_CACHE_PER_PAGE.
- book_block_info in modules/
book/ book.module - Implements hook_block_info().
- drupal_render_cid_parts in includes/
common.inc - Returns cache ID parts for building a cache ID.
- profile_block_info in modules/
profile/ profile.module - Implements hook_block_info().
File
-
includes/
common.inc, line 156
Code
define('DRUPAL_CACHE_PER_PAGE', 0x4);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.