Same name in this branch
  1. 6.x includes/cache.inc \cache_set()
  2. 6.x includes/cache-install.inc \cache_set()
Same name and namespace in other branches
  1. 4.6.x includes/bootstrap.inc \cache_set()
  2. 4.7.x includes/bootstrap.inc \cache_set()
  3. 5.x includes/cache.inc \cache_set()
  4. 7.x includes/cache.inc \cache_set()
7 calls to cache_set()
book_menu_subtree_data in modules/book/book.module
Get the data representing a subtree of the book hierarchy.
check_markup in modules/filter/filter.module
Run all the enabled filters on a piece of text.
form_set_cache in includes/form.inc
Store a form in the cache.
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.

... See full list

File

includes/cache-install.inc, line 17

Code

function cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) {
  return;
}