constant FileSystemBackend::PERSIST in File Cache 8
Flag to indicate usage of the persistent cache strategy.
Cached items will not be deleted when a full cache clear is executed. They will still be deleted when individual cache items are removed (through `::delete()`, `::deleteMultiple()`, `::invalidate()`, etc.) or when the entire cache bin is removed.
File
- src/
Cache/ FileSystemBackend.php, line 34
Class
- FileSystemBackend
- A cache backend that stores cache items as files on the file system.
Namespace
Drupal\filecache\CacheCode
const PERSIST = 'persist';