function d8cache_ajax_render_alter in Drupal 8 Cache Backport 7
Implements hook_ajax_render_alter().
File
- ./
d8cache.module, line 37 - Main module file for the D8 caching system backport.
Code
function d8cache_ajax_render_alter(&$commands) {
drupal_emit_cache_tags();
drupal_emit_cache_max_age();
}