1 drupal.inc drupal_serve_page_from_cache(stdClass $cache)

Sets HTTP headers in preparation for a cached page response.

Deprecated

since 1.0.0

See also

backdrop_serve_page_from_cache()

Related topics

File

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

Code

function drupal_serve_page_from_cache(stdClass $cache) {
  backdrop_serve_page_from_cache($cache);
}