You are here

function flush_page_cache_perm in Flush page cache 6

Implementation of hook_perm().

File

./flush_page_cache.module, line 10
Easing the pain when you need to flush...Drupal's cache.

Code

function flush_page_cache_perm() {
  return array(
    'flush page cache',
  );
}