You are here

function swftools_flush_caches in SWF Tools 6.3

Implementation of hook_flush_caches().

File

./swftools.module, line 1785
The primary component of SWF Tools that enables comprehensive media handling.

Code

function swftools_flush_caches() {

  // Flush {cache_swftools}
  return array(
    'cache_swftools',
  );
}