public function DrupalEntityControllerInterface::resetCache

public DrupalEntityControllerInterface::resetCache(array $ids = NULL)

Resets the internal, static entity cache.

Parameters

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

File

includes/entity.inc, line 23

Class

DrupalEntityControllerInterface
Interface for entity controller classes.

Code

public function resetCache(array $ids = NULL);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!entity.inc/function/DrupalEntityControllerInterface::resetCache/7.x