function cache_set in Drupal 6
Same name in this branch
- 6 includes/cache.inc \cache_set()
- 6 includes/cache-install.inc \cache_set()
Same name and namespace in other branches
- 4 includes/bootstrap.inc \cache_set()
- 5 includes/cache.inc \cache_set()
- 7 includes/cache.inc \cache_set()
11 calls to cache_set()
- block_list in modules/
block/ block.module - Return all blocks in the specified region for the current user.
- 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.
- drupal_get_schema in includes/
common.inc - Get the schema definition of a table, or the whole database schema.
- form_set_cache in includes/
form.inc - Store a form in the cache.
File
- includes/
cache-install.inc, line 17
Code
function cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL) {
return;
}