protected property UseCacheBackendTrait::$useCaches in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php \Drupal\Core\Cache\UseCacheBackendTrait::useCaches
Flag whether caches should be used or skipped.
Type: bool
File
- core/
lib/ Drupal/ Core/ Cache/ UseCacheBackendTrait.php, line 27 - Contains \Drupal\Core\Cache\UseCacheBackendTrait.
Class
- UseCacheBackendTrait
- Provides methods to use a cache backend while respecting a 'use caches' flag.
Namespace
Drupal\Core\CacheCode
protected $useCaches = TRUE;