CacheBackendInterface::CACHE_PERMANENT

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

File

core/lib/Drupal/Core/Cache/CacheBackendInterface.php, line 21

Class

CacheBackendInterface
Defines an interface for cache implementations.

Namespace

Drupal\Core\Cache

Code

const CACHE_PERMANENT = -1;
doc_Drupal
2016-10-29 08:49:16
Comments
Leave a Comment

Please login to continue.