You are here

function panel_context_panels_cache_set in Panels 6.3

Same name and namespace in other branches
  1. 8.3 panels.module \panel_context_panels_cache_set()
  2. 7.3 panels.module \panel_context_panels_cache_set()

Store a display edit in progress in the page cache.

Related topics

File

./panels.module, line 1457
panels.module

Code

function panel_context_panels_cache_set($key, $cache) {
  $page = _panel_context_panels_cache_get_page_cache($key, $cache);
  page_manager_set_page_cache($page);
}