You are here

function bynder_flush_caches in Bynder 7

Implements hook_flush_caches().

File

./bynder.module, line 480

Code

function bynder_flush_caches() {
  return array(
    'cache_bynder',
  );
}