You are here

protected property FlysystemFactory::$cacheBackend in Flysystem 8

Same name and namespace in other branches
  1. 3.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::cacheBackend
  2. 2.0.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::cacheBackend
  3. 3.0.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::cacheBackend

The cache backend.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

src/FlysystemFactory.php, line 43

Class

FlysystemFactory
A factory for Flysystem filesystems.

Namespace

Drupal\flysystem

Code

protected $cacheBackend;