You are here

protected property CachedContainerBuilder::$cache in Service Container 7.2

Same name and namespace in other branches
  1. 7 src/DependencyInjection/CachedContainerBuilder.php \Drupal\service_container\DependencyInjection\CachedContainerBuilder::cache

The Drupal core cache bin.

Type: \DrupalCacheInterface

File

src/DependencyInjection/CachedContainerBuilder.php, line 32
Contains \Drupal\service_container\DependencyInjection\CachedContainerBuilder

Class

CachedContainerBuilder
CachedContainerBuilder retrieves the container definition from cache or builds it.

Namespace

Drupal\service_container\DependencyInjection

Code

protected $cache;