1 entity.controller.inc public EntityControllerInterface::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

core/modules/entity/entity.controller.inc, line 27
Entity API controller classes and interface.

Class

EntityControllerInterface
Defines a common interface for entity controller classes.

Code

public function resetCache(array $ids = NULL);