public function ConfigStorageController::resetCache

Implements Drupal\Core\Entity\EntityStorageControllerInterface::resetCache().

Overrides EntityStorageControllerInterface::resetCache

1 call to ConfigStorageController::resetCache()

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php, line 74
Definition of Drupal\Core\Config\Entity\ConfigStorageController.

Class

ConfigStorageController
Defines the storage controller class for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

public function resetCache(array $ids = NULL) {

  // The configuration system is fast enough and/or implements its own
  // (advanced) caching mechanism already.
}