api-8.x-1.x-dev/tests/files/special_files/StorageCacheInterface.php
tests/files/special_files/StorageCacheInterface.php
<?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();
}
