You are here

function similarterms_flush_caches in Similar By Terms 6

Same name and namespace in other branches
  1. 7 similarterms.module \similarterms_flush_caches()

Implementation of hook_flush_caches().

File

./similarterms.module, line 330
Similar By Terms module displays a block with similar content based on taxonomy terms.

Code

function similarterms_flush_caches() {
  return array(
    'cache_similarterms',
  );
}