You are here

function _pages_restriction_cache_clear in Pages Restriction Access 7

Rebuild Onetouch Pages Restriction cache.

1 string reference to '_pages_restriction_cache_clear'
pages_restriction_drush_cache_clear in ./pages_restriction.drush.inc
Implements hook_drush_cache_clear().

File

./pages_restriction.drush.inc, line 18
File to hook drush cc all execution.

Code

function _pages_restriction_cache_clear() {
  module_load_include('inc', 'pages_restriction', 'includes/pages_restriction.cache');
  _pages_restriction_flush_cache();
}