You are here

function oa_buttons_flush_caches in Open Atrium Core 7.2

Implements hook_flush_caches().

File

modules/oa_buttons/oa_buttons.module, line 364

Code

function oa_buttons_flush_caches() {
  return array(
    'cache_oa_section_buttons',
  );
}