function twitter_pull_flush_caches in Twitter Pull 6.2
Same name and namespace in other branches
- 6 twitter_pull.module \twitter_pull_flush_caches()
- 7.2 twitter_pull.module \twitter_pull_flush_caches()
- 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,
);
}