1 drupal.inc drupal_page_set_cache()

Stores the current page in the cache.

Deprecated

since 1.0.0

See also

backdrop_page_set_cache()

Related topics

File

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

Code

function drupal_page_set_cache() {
  return backdrop_page_set_cache();
}