You are here

public function WorkspaceRepositoryInterface::resetCache in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/WorkspaceRepositoryInterface.php \Drupal\workspaces\WorkspaceRepositoryInterface::resetCache()

Resets the cached workspace tree.

Return value

$this

1 method overrides WorkspaceRepositoryInterface::resetCache()
WorkspaceRepository::resetCache in core/modules/workspaces/src/WorkspaceRepository.php
Resets the cached workspace tree.

File

core/modules/workspaces/src/WorkspaceRepositoryInterface.php, line 38

Class

WorkspaceRepositoryInterface
Provides an interface for workspace tree lookup operations.

Namespace

Drupal\workspaces

Code

public function resetCache();