Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dauth.php561 * @param bool $recache set to true to refresh the cache
567 function auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false) argument
598 if (!isset($cache[$cachekey]) || $recache) {
622 * @param bool $recache set to true to refresh the cache
628 function auth_isadmin($user = null, $groups = null, $recache = false) argument
630 return auth_ismanager($user, $groups, true, $recache);