function _twitter_pull_cache_clear in Twitter Pull 7.2
Same name and namespace in other branches
- 7 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 341 - Twitter Pull module.
Code
function _twitter_pull_cache_clear() {
cache_clear_all('*', TWITTER_PULL_CACHE_TABLE, TRUE);
}