You are here

function panel_context_panels_cache_set in Panels 7.3

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

Store a display edit in progress in the page cache.

File

./panels.module, line 1876
Core functionality for the Panels engine.

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);
}