1 entity.controller.inc public EntityControllerInterface::resetStaticCache(array $ids = NULL)

Resets the internal, static entity cache.

Parameters

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

File

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

Class

EntityControllerInterface
Defines a common interface for entity controller classes.

Code

public function resetStaticCache(array $ids = NULL);