function bean_flush_caches in Bean (for Drupal 7) 7
Implements hook_flush_caches().
File
- ./
bean.module, line 1111  - Block Entity
 
Code
function bean_flush_caches() {
  bean_reset(TRUE);
  return array();
}      
    Implements hook_flush_caches().
function bean_flush_caches() {
  bean_reset(TRUE);
  return array();
}