You are here

function _rave_alerts_cache_clear in RAVE Alerts 7

Same name and namespace in other branches
  1. 1.0.x rave_alerts.drush.inc \_rave_alerts_cache_clear()

Utility function that clears all the entries in our cache bin.

1 string reference to '_rave_alerts_cache_clear'
rave_alerts_drush_cache_clear in ./rave_alerts.drush.inc
Implements hook_drush_cache_clear().

File

./rave_alerts.drush.inc, line 13

Code

function _rave_alerts_cache_clear() {
  cache_clear_all('*', 'cache_rave_alerts', true);
}