Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DIndexer.php18 * @var array $pidCache Cache for getPID()
20 protected $pidCache = [];
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);
16 protected $pidCache = array(); global() variable in dokuwiki\\Search\\Indexer
[all...]