You are here

function config_perms_flush_caches in Custom Permissions 6.2

Same name and namespace in other branches
  1. 7.2 config_perms.module \config_perms_flush_caches()

Implementation of hook_flush_caches().

File

./config_perms.module, line 64
Adds more granular permissions for items under 'administer site configuration'.

Code

function config_perms_flush_caches() {
  cache_clear_all('config_perms', 'cache');
}