You are here

function display_cache_flush_caches in Display Cache 7

Implements hook_flush_caches().

File

./display_cache.module, line 40
Module file for Display Cache.

Code

function display_cache_flush_caches() {
  return array(
    DISPLAY_CACHE_CACHE_BIN,
  );
}