Home
last modified time | relevance | path

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

/plugin/pureldap/classes/
H A DClient.php35 protected $groupCache = [];
261 if (empty($this->groupCache)) {
262 $this->groupCache = $this->getGroups();
265 return $this->groupCache;
34 protected $groupCache = []; global() variable in dokuwiki\\plugin\\pureldap\\classes\\Client