page_set_cache

Functions that call page_set_cache()

Namesort iconLocationDescription
drupal_page_footerincludes/common.incPerform end-of-request tasks.
page_set_cacheincludes/common.incStore the current page in the cache.

Functions called by page_set_cache()

Namesort iconLocationDescription
cache_setincludes/cache.incStore data in the persistent cache.
drupal_get_headersincludes/common.incGet the HTTP response headers for the current page.
page_get_cacheincludes/bootstrap.incRetrieve the current page from the cache.
page_set_cacheincludes/common.incStore the current page in the cache.
request_uriincludes/bootstrap.incSince $_SERVER['REQUEST_URI'] is only available on Apache, we generate an equivalent using other environment variables.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.