CachedStorage::resetListCache

public CachedStorage::resetListCache()

Clears the static list cache.

Overrides StorageCacheInterface::resetListCache

File

core/lib/Drupal/Core/Config/CachedStorage.php, line 229

Class

CachedStorage
Defines the cached storage.

Namespace

Drupal\Core\Config

Code

public function resetListCache() {
  $this->findByPrefixCache = array();
}
doc_Drupal
2016-10-29 08:49:33
Comments
Leave a Comment

Please login to continue.