1.20.x drupal.inc drupal_render_cache_set(&$markup, $elements)

Caches the rendered output of a renderable element.

Deprecated

since 1.0.0

See also

backdrop_render_cache_set()

Related topics

File

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

Code

function drupal_render_cache_set(&$markup, $elements) {
  return backdrop_render_cache_set($markup, $elements);
}