You are here

function d8cache_flush_caches in Drupal 8 Cache Backport 7

Implements hook_flush_caches().

File

./d8cache.module, line 96
Main module file for the D8 caching system backport.

Code

function d8cache_flush_caches() {
  return _d8cache_cache_tags_cache_bins();
}