Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dauth.php564 * @param bool $recache set to true to refresh the cache
570 function auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false) argument
601 if (!isset($cache[$cachekey]) || $recache) {
625 * @param bool $recache set to true to refresh the cache
631 function auth_isadmin($user = null, $groups = null, $recache = false) argument
633 return auth_ismanager($user, $groups, true, $recache);