You are here

bean_entitycache.core.inc in Bean (for Drupal 7) 7

File

bean_entitycache/includes/bean_entitycache.core.inc
View source
<?php

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

}

Classes