interface StorageCacheInterface in Drupal 8
Same name and namespace in other branches
- 9 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StorageCacheInterface:: |
public | function | Reset the static cache of the listAll() cache. | 1 |