You are here

constant CacheBackendInterface::CACHE_PERMANENT in Render cache 7.2

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

File

lib/Drupal/Core/Cache/CacheBackendInterface.php, line 24
Definition of Drupal\Core\Cache\CacheBackendInterface.

Class

CacheBackendInterface
Defines an interface for cache implementations.

Namespace

Drupal\Core\Cache

Code

const CACHE_PERMANENT = -1;