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