You are here

public function EntityCacheDefaultEntityController::load in Entity cache 7

Implements DrupalEntityControllerInterface::load().

Overrides DrupalDefaultEntityController::load

File

includes/entitycache.defaultentitycontroller.inc, line 31
Default entity controller with persistent cache.

Class

EntityCacheDefaultEntityController
Default entity controller with persistent cache.

Code

public function load($ids = array(), $conditions = array()) {
  return EntityCacheControllerHelper::entityCacheLoad($this, $ids, $conditions);
}