Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.
RSS feed
Powered by Drupal