function entitycache_comment_update in Entity cache 7
Implements hook_comment_update().
File
- ./
entitycache.module, line 175 - Allows for caching of core entities.
Code
function entitycache_comment_update($comment) {
cache_clear_all($comment->nid, 'cache_entity_node');
}