public function DrupalEntityControllerInterface::resetCache

Resets the internal, static entity cache.

Parameters

$ids: (optional) If specified, the cache is reset for the entities with the given ids only.

1 method overrides DrupalEntityControllerInterface::resetCache()
DrupalDefaultEntityController::resetCache in drupal-7.x/includes/entity.inc
Implements DrupalEntityControllerInterface::resetCache().

Archivo

drupal-7.x/includes/entity.inc, line 23

Class

DrupalEntityControllerInterface
Interface for entity controller classes.

Código

public function resetCache(array $ids = NULL);