You are here

protected property CacheExampleForm::$cacheBackend in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x modules/cache_example/src/Form/CacheExampleForm.php \Drupal\cache_example\Form\CacheExampleForm::cacheBackend

The cache.default cache backend.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

cache_example/src/Form/CacheExampleForm.php, line 28

Class

CacheExampleForm
Form with examples on how to use cache.

Namespace

Drupal\cache_example\Form

Code

protected $cacheBackend;