public function WorkspaceRepositoryInterface::resetCache in Drupal 8
Same name and namespace in other branches
- 9 core/modules/workspaces/src/WorkspaceRepositoryInterface.php \Drupal\workspaces\WorkspaceRepositoryInterface::resetCache()
 - 10 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\workspacesCode
public function resetCache();