1.20.x drupal.inc drupal_page_get_cache($check_only = FALSE)

Retrieves the current page from the cache.

Deprecated

since 1.0.0

See also

backdrop_page_get_cache()

Related topics

File

includes/drupal.inc, line 126
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_page_get_cache($check_only = FALSE) {
  return backdrop_page_get_cache($check_only);
}