function display_cache_entity_update in Display Cache 7
Implements hook_entity_update().
File
- ./
display_cache.module, line 207 - Module file for Display Cache.
Code
function display_cache_entity_update($entity, $entity_type) {
display_cache_flush_cache($entity_type, $entity);
}