You are here

constant RenderCache::CACHE_PERMANENT in Render cache 7.2

Indicates that the item should never be removed unless explicitly selected.

The item may be removed using cache_clear_all() with a cache ID.

File

lib/RenderCache.php, line 56
Contains RenderCache

Class

RenderCache
Static Service Container wrapper wrapping Drupal class.

Code

const CACHE_PERMANENT = 0;