You are here

function twitter_pull_flush_caches in Twitter Pull 6

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

Implementation of hook_flush_caches().

File

./twitter_pull.module, line 30

Code

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