Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Cache.php

Cache::PERMANENT

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;
RSS feed
Powered by Drupal