You are here

protected property WorkspaceRepository::$cache in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/WorkspaceRepository.php \Drupal\workspaces\WorkspaceRepository::cache
  2. 10 core/modules/workspaces/src/WorkspaceRepository.php \Drupal\workspaces\WorkspaceRepository::cache

The cache backend used to store the workspace tree.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

core/modules/workspaces/src/WorkspaceRepository.php, line 27

Class

WorkspaceRepository
Provides the default workspace tree lookup operations.

Namespace

Drupal\workspaces

Code

protected $cache;