You are here

public function BeanEntityCacheAPIController::resetCache in Bean (for Drupal 7) 7

Overrides DrupalDefaultEntityController::resetCache().

Overrides EntityAPIControllerExportable::resetCache

File

bean_entitycache/includes/bean_entitycache.core.inc, line 5

Class

BeanEntityCacheAPIController

Code

public function resetCache(array $ids = NULL) {
  EntityCacheControllerHelper::resetEntityCache($this, $ids);
  parent::resetCache($ids);
}