constant CacheRawBackendInterface::CACHE_PERMANENT in Supercache 8
Same name and namespace in other branches
- 2.0.x src/Cache/CacheRawBackendInterface.php \Drupal\supercache\Cache\CacheRawBackendInterface::CACHE_PERMANENT
Indicates that the item should never be removed unless explicitly deleted.
File
- src/
Cache/ CacheRawBackendInterface.php, line 26 - Contains \Drupal\supercache\Cache\CacheRawBackendInterface.
Class
- CacheRawBackendInterface
- Defines an interface for cache implementations.
Namespace
Drupal\supercache\CacheCode
const CACHE_PERMANENT = -1;