StorageCacheInterface.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Config/StorageCacheInterface.php
  2. 8.9.x core/lib/Drupal/Core/Config/StorageCacheInterface.php
  3. 10 core/lib/Drupal/Core/Config/StorageCacheInterface.php

Namespace

Drupal\Core\Config

File

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.