constant Cache::PERMANENT in Drupal 9
Same name and namespace in other branches
- 8 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 18
Class
- Cache
- Helper methods for cache.
Namespace
Drupal\Core\CacheCode
const PERMANENT = CacheBackendInterface::CACHE_PERMANENT;