Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DIndexer.php20 protected $pidCache = []; variable in dokuwiki\\Search\\Indexer
305 $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;