You are here

function panels_content_cache_node_update in Panels Content Cache 7

Implements hook_node_update().

File

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

Code

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