function cache_get

7.x cache.inc cache_get($cid, $bin = 'cache')
6.x cache.inc cache_get($cid, $table = 'cache')
6.x cache-install.inc cache_get($key, $table = 'cache')
11 calls to cache_get()
block_list in drupal-6.x/modules/block/block.module
Return all blocks in the specified region for the current user.
book_menu_subtree_data in drupal-6.x/modules/book/book.module
Get the data representing a subtree of the book hierarchy.
check_markup in drupal-6.x/modules/filter/filter.module
Run all the enabled filters on a piece of text.
drupal_get_schema in drupal-6.x/includes/common.inc
Get the schema definition of a table, or the whole database schema.
form_get_cache in drupal-6.x/includes/form.inc
Fetch a form from cache.

... See full list

File

drupal-6.x/includes/cache-install.inc, line 13

Code

function cache_get($key, $table = 'cache') {
  return FALSE;
}