You are here

function twitter_pull_flush_caches in Twitter Pull 7

Same name and namespace in other branches
  1. 6.2 twitter_pull.module \twitter_pull_flush_caches()
  2. 6 twitter_pull.module \twitter_pull_flush_caches()
  3. 7.2 twitter_pull.module \twitter_pull_flush_caches()

Implements hook_flush_caches().

File

./twitter_pull.module, line 43
Twitter Pull module.

Code

function twitter_pull_flush_caches() {
  return array(
    TWITTER_PULL_CACHE_TABLE,
  );
}