You are here

public function EntityCacheCommentController::resetCache in Entity cache 7

Implements DrupalEntityControllerInterface::resetCache().

Overrides DrupalDefaultEntityController::resetCache

File

includes/entitycache.comment.inc, line 16
Comment entity controller with persistent cache.

Class

EntityCacheCommentController
Comment entity controller class with persistent cache.

Code

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