You are here

function _twitter_pull_cache_clear in Twitter Pull 7

Same name and namespace in other branches
  1. 7.2 twitter_pull.module \_twitter_pull_cache_clear()

Flushes cache tables used by the module.

1 string reference to '_twitter_pull_cache_clear'
twitter_pull_admin_menu_cache_info in ./twitter_pull.module
Implements hook_admin_menu_cache_info().

File

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

Code

function _twitter_pull_cache_clear() {
  cache_clear_all('*', TWITTER_PULL_CACHE_TABLE, TRUE);
}