You are here

function bean_entitycache_flush_caches in Bean (for Drupal 7) 7

Implements hook_flush_caches().

File

bean_entitycache/bean_entitycache.module, line 24
The Bean Entity cache module.

Code

function bean_entitycache_flush_caches() {
  return array(
    'cache_entity_bean',
  );
}