You are here

function scald_flush_caches in Scald: Media Management made easy 7

Same name and namespace in other branches
  1. 6 scald.module \scald_flush_caches()

Implements hook_flush_caches().

File

./scald.module, line 2522
The Scald Core, which handles all Scald Registries and dispatch.

Code

function scald_flush_caches() {
  return array(
    'cache_scald',
  );
}