cache_get

Functions that call cache_get()

Namesort iconLocationDescription
block_listmodules/block/block.moduleReturn all blocks in the specified region for the current user.
book_menu_subtree_datamodules/book/book.moduleGet the data representing a subtree of the book hierarchy.
cache_getincludes/cache.incReturn data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays.
check_markupmodules/filter/filter.moduleRun all the enabled filters on a piece of text.
drupal_get_schemaincludes/common.incGet the schema definition of a table, or the whole database schema.
form_get_cacheincludes/form.incFetch a form from cache.
localemodules/locale/locale.moduleProvides interface translation services.
menu_router_buildincludes/menu.incCollect, alter and store the menu definitions.
menu_tree_all_dataincludes/menu.incGet the data structure representing a named menu tree.
menu_tree_page_dataincludes/menu.incGet the data structure representing a named menu tree, based on the current page.
page_get_cacheincludes/bootstrap.incRetrieve the current page from the cache.
update_get_availablemodules/update/update.moduleInternal helper to try to get the update information from the cache if possible, and to refresh the cache when necessary.
update_project_cachemodules/update/update.compare.incRetrieve data from {cache_update} or empty the cache when necessary.
variable_initincludes/bootstrap.incLoad the persistent variable table.
_theme_load_registryincludes/theme.incGet the theme_registry cache from the database; if it doesn't exist, build it.

Functions called by cache_get()

Namesort iconLocationDescription
cache_getincludes/cache.incReturn data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays.
db_decode_blobincludes/database.pgsql.incReturns text from a Binary Large OBject value. In case of PostgreSQL decodes data after select from bytea field.
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
variable_getincludes/bootstrap.incReturn a persistent variable.
variable_setincludes/bootstrap.incSet a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.