You are here

protected property FileSystemBackend::$fileSystem in File Cache 8

The service for interacting with the file system.

Type: \Drupal\Core\File\FileSystemInterface

File

src/Cache/FileSystemBackend.php, line 41

Class

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

Namespace

Drupal\filecache\Cache

Code

protected $fileSystem;