1 entity.controller.inc protected DefaultEntityController::cacheSet($entities)

Stores entities in the static entity cache.

Parameters

$entities: Entities to store in the cache.

File

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

Class

DefaultEntityController
Defines a base entity controller class.

Code

protected function cacheSet($entities) {
  $this->entityCache += $entities;
}