You are here

function panels_content_cache_node_insert in Panels Content Cache 7

Implements hook_node_insert().

File

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

Code

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