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 = []; variable in dokuwiki\\plugin\\pureldap\\classes\\Client
266 if (empty($this->groupCache)) {
267 $this->groupCache = $this->getGroups();
270 return $this->groupCache;