You are here

constant Cache::PERMANENT in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Cache/Cache.php \Drupal\Core\Cache\Cache::PERMANENT

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

File

core/lib/Drupal/Core/Cache/Cache.php, line 22
Contains \Drupal\Core\Cache\Cache.

Class

Cache
Helper methods for cache.

Namespace

Drupal\Core\Cache

Code

const PERMANENT = CacheBackendInterface::CACHE_PERMANENT;