You are here

function ultimate_cron_flush_caches in Ultimate Cron 7.2

Implements hook_flush_caches().

File

./ultimate_cron.module, line 726

Code

function ultimate_cron_flush_caches() {
  return array(
    'cache_ultimate_cron',
  );
}