You are here

public function EntityCacheNodeController::load in Entity cache 7

Implements DrupalEntityControllerInterface::load().

Overrides DrupalDefaultEntityController::load

File

includes/entitycache.node.inc, line 31
Node entity controller with persistent cache.

Class

EntityCacheNodeController
Node entity controller with persistent cache.

Code

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