You are here

function magic_flush_caches in Magic 7.2

Same name and namespace in other branches
  1. 7 magic.module \magic_flush_caches()

Implements hook_flush_caches().

File

./magic.module, line 236
Keep Frontend DRY; sprinkle it with MAGIC!

Code

function magic_flush_caches() {
  return array(
    'cache_magic',
  );
}