Home
last modified time | relevance | path

Searched refs:recache (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dauth.php535 * @param bool $recache set to true to refresh the cache
541 function auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false)
572 if (!isset($cache[$cachekey]) || $recache) {
596 * @param bool $recache set to true to refresh the cache
602 function auth_isadmin($user = null, $groups = null, $recache = false)
604 return auth_ismanager($user, $groups, true, $recache);
454 auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false) global() argument
514 auth_isadmin($user = null, $groups = null, $recache = false) global() argument