You are here

protected property RoutePreloader::$cache in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Routing/RoutePreloader.php \Drupal\Core\Routing\RoutePreloader::cache

The cache backend used to skip the state loading.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

core/lib/Drupal/Core/Routing/RoutePreloader.php, line 53
Contains \Drupal\Core\Routing\RoutePreloader.

Class

RoutePreloader
Defines a class which preloads non-admin routes.

Namespace

Drupal\Core\Routing

Code

protected $cache;