You are here

function hacked_flush_caches in Hacked! 6.2

Same name and namespace in other branches
  1. 5 hacked.module \hacked_flush_caches()
  2. 6 hacked.module \hacked_flush_caches()
  3. 7.2 hacked.module \hacked_flush_caches()

Implementation of hook_flush_caches().

File

./hacked.module, line 128
The Hacked! module, shows which project have been changed since download.

Code

function hacked_flush_caches() {
  return array(
    HACKED_CACHE_TABLE,
  );
}