You are here

function panels_content_cache_node_delete in Panels Content Cache 7

Implements hook_node_delete().

File

./panels_content_cache.module, line 19
Primary hook implementations.

Code

function panels_content_cache_node_delete($node) {
  panels_content_cache_node_clear_cache($node);
}