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 includes/entity.inc
Implements DrupalEntityControllerInterface::resetCache().

File

includes/entity.inc, line 23

Class

DrupalEntityControllerInterface
Interface for entity controller classes.

Code

public function resetCache(array $ids = NULL);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.