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

Stores entities in the static entity cache.

Parameters

$entities: Entities to store in the cache.

File

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

Class

DefaultEntityController
Defines a base entity controller class.

Code

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