protected property DrupalCacheAdapter::$cacheItemBackend in Flysystem 8
Same name and namespace in other branches
- 3.x src/Flysystem/Adapter/DrupalCacheAdapter.php \Drupal\flysystem\Flysystem\Adapter\DrupalCacheAdapter::cacheItemBackend
- 2.0.x src/Flysystem/Adapter/DrupalCacheAdapter.php \Drupal\flysystem\Flysystem\Adapter\DrupalCacheAdapter::cacheItemBackend
- 3.0.x src/Flysystem/Adapter/DrupalCacheAdapter.php \Drupal\flysystem\Flysystem\Adapter\DrupalCacheAdapter::cacheItemBackend
The cache backend to store data in.
Type: \Drupal\flysystem\Flysystem\Adapter\CacheItemBackend
File
- src/
Flysystem/ Adapter/ DrupalCacheAdapter.php, line 25
Class
- DrupalCacheAdapter
- A Flysystem adapter implementing caching with Drupal's Cache API.
Namespace
Drupal\flysystem\Flysystem\AdapterCode
protected $cacheItemBackend;