You are here

interface StorageCacheInterface in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/StorageCacheInterface.php \Drupal\Core\Config\StorageCacheInterface

Defines an interface for cached configuration storage.

Hierarchy

Expanded class hierarchy of StorageCacheInterface

All classes that implement StorageCacheInterface

File

core/lib/Drupal/Core/Config/StorageCacheInterface.php, line 8

Namespace

Drupal\Core\Config
View source
interface StorageCacheInterface {

  /**
   * Reset the static cache of the listAll() cache.
   */
  public function resetListCache();

}

Members

Namesort descending Modifiers Type Description Overrides
StorageCacheInterface::resetListCache public function Reset the static cache of the listAll() cache. 1