interface StorageCacheInterface

Same name in other branches
  1. 9 core/lib/Drupal/Core/Config/StorageCacheInterface.php \Drupal\Core\Config\StorageCacheInterface
  2. 8.9.x core/lib/Drupal/Core/Config/StorageCacheInterface.php \Drupal\Core\Config\StorageCacheInterface
  3. 11.x 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

Title Sort descending Modifiers Object type Summary
StorageCacheInterface::resetListCache public function Reset the static cache of the listAll() cache.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.