You are here

constant CacheRawBackendInterface::CACHE_PERMANENT in Supercache 8

Same name and namespace in other branches
  1. 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\Cache

Code

const CACHE_PERMANENT = -1;