You are here

function layouter_cache_clear in Layouter - WYSIWYG layout templates 7

Clear the wizard cache.

1 call to layouter_cache_clear()
layouter_choose_layout in includes/layouter.pages.inc
Callback for layouter/%ctools_js/% path.

File

includes/layouter.inc, line 95
Functions for layout processing.

Code

function layouter_cache_clear($id) {
  ctools_include('object-cache');
  ctools_object_cache_clear('layouter', $id);
}