You are here

protected property PageCache::$cache in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/page_cache/src/StackMiddleware/PageCache.php \Drupal\page_cache\StackMiddleware\PageCache::cache

The cache bin.

Type: \Drupal\Core\Cache\CacheBackendInterface.

File

core/modules/page_cache/src/StackMiddleware/PageCache.php, line 38
Contains \Drupal\page_cache\StackMiddleware\PageCache.

Class

PageCache
Executes the page caching before the main kernel takes over the request.

Namespace

Drupal\page_cache\StackMiddleware

Code

protected $cache;