cache_set

Versions
6 cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL)

▾ 3 functions call cache_set()

menu_tree_all_data in includes/menu.inc
Get the data structure representing a named menu tree.
menu_tree_page_data in includes/menu.inc
Get the data structure representing a named menu tree, based on the current page.
_theme_save_registry in includes/theme.inc
Write the theme_registry cache into the database.

Code

includes/cache-install.inc, line 17

<?php
function cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) {
  return;
}
?>
Login or register to post comments