You are here

function views_oai_pmh_flush_caches in Views OAI-PMH 7

File

./views_oai_pmh.module, line 31

Code

function views_oai_pmh_flush_caches() {
  return array(
    'cache_views_oai_pmh',
  );
}