Searched refs:pidCache (Results 1 – 1 of 1) sorted by relevance
20 protected $pidCache = []; variable in dokuwiki\\Search\\Indexer305 $this->pidCache = [];483 $this->pidCache = [];552 if (isset($this->pidCache[$page])) return $this->pidCache[$page];578 if (isset($this->pidCache[$page])) return $this->pidCache[$page];582 if (count($this->pidCache) > 10) array_shift($this->pidCache);583 $this->pidCache[$page] = $pid;