StorageCacheInterface.php
Same filename in other branches
Namespace
Drupal\Core\ConfigFile
-
core/
lib/ Drupal/ Core/ Config/ StorageCacheInterface.php
View source
<?php
namespace Drupal\Core\Config;
/**
* Defines an interface for cached configuration storage.
*/
interface StorageCacheInterface {
/**
* Reset the static cache of the listAll() cache.
*/
public function resetListCache();
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
StorageCacheInterface | Defines an interface for cached configuration storage. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.