You are here

constant FileSystemBackend::STANDARD in File Cache 8

Flag to indicate usage of the standard cache strategy.

Cached items are marked as permanently cached, but will be deleted when a full cache clear is executed.

File

src/Cache/FileSystemBackend.php, line 24

Class

FileSystemBackend
A cache backend that stores cache items as files on the file system.

Namespace

Drupal\filecache\Cache

Code

const STANDARD = 'standard';