Indicates that the item should never be removed unless explicitly deleted.
File
- core/lib/Drupal/Core/Cache/Cache.php, line 17
Class
- Cache
- Helper methods for cache.
Namespace
Drupal\Core\Cache
Code
const PERMANENT = CacheBackendInterface::CACHE_PERMANENT;
Please login to continue.