Skip to content
StorageCacheInterface.php 242 B
Newer Older
 * Defines an interface for cached configuration storage.
 */
interface StorageCacheInterface {

  /**
   * Reset the static cache of the listAll() cache.
   */
  public function resetListCache();

}