constant CACHE_PERMANENT in Drupal 5
Same name and namespace in other branches
- 4 includes/bootstrap.inc \CACHE_PERMANENT
- 6 includes/bootstrap.inc \CACHE_PERMANENT
- 7 includes/bootstrap.inc \CACHE_PERMANENT
Indicates that the item should never be removed unless explicitly told to using cache_clear_all() with a cache ID.
2 uses of CACHE_PERMANENT
- cache_clear_all in includes/
cache.inc - Expire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page table.
- cache_get in includes/
cache.inc - Return data from the persistent cache.
File
- includes/
bootstrap.inc, line 12 - Functions that need to be loaded on every Drupal request.
Code
define('CACHE_PERMANENT', 0);