You are here

function _bynder_cache_clear in Bynder 7

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

1 string reference to '_bynder_cache_clear'
bynder_drush_cache_clear in includes/bynder.drush.inc
Implements hook_drush_cache_clear().

File

includes/bynder.drush.inc, line 13

Code

function _bynder_cache_clear() {
  cache_clear_all('*', 'cache_bynder', true);
}