Home
last modified time | relevance | path

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

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