You are here

function panels_node_panels_cache_clear in Panels 7.3

Clear all changes made to a display using the panels cache.

File

panels_node/panels_node.module, line 465
panels_node.module

Code

function panels_node_panels_cache_clear($nid, $cache) {
  ctools_include('object-cache');
  ctools_object_cache_clear('panels_node_display_cache', $nid);
}