interface StorageCacheInterface
Same name in other branches
- 9 core/lib/Drupal/Core/Config/StorageCacheInterface.php \Drupal\Core\Config\StorageCacheInterface
- 8.9.x core/lib/Drupal/Core/Config/StorageCacheInterface.php \Drupal\Core\Config\StorageCacheInterface
- 10 core/lib/Drupal/Core/Config/StorageCacheInterface.php \Drupal\Core\Config\StorageCacheInterface
Defines an interface for cached configuration storage.
Hierarchy
- interface \Drupal\Core\Config\StorageCacheInterface
Expanded class hierarchy of StorageCacheInterface
All classes that implement StorageCacheInterface
File
-
core/
lib/ Drupal/ Core/ Config/ StorageCacheInterface.php, line 8
Namespace
Drupal\Core\ConfigView source
interface StorageCacheInterface {
/**
* Reset the static cache of the listAll() cache.
*/
public function resetListCache();
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
StorageCacheInterface::resetListCache | public | function | Reset the static cache of the listAll() cache. | 1 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.