Home
last modified time | relevance | path

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

/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/objectcache/wancache/
H A DWANObjectCache.php2092 $this->warmupCache = $this->fetchWrappedValuesForWarmupCache(
2198 $this->warmupCache = $this->fetchWrappedValuesForWarmupCache( $keysByIdGet, $checkKeys );
3092 private function fetchWrappedValuesForWarmupCache( array $keys, array $checkKeys ) { function in WANObjectCache
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/objectcache/wancache/
H A DWANObjectCache.php2086 $this->warmupCache = $this->fetchWrappedValuesForWarmupCache(
2192 $this->warmupCache = $this->fetchWrappedValuesForWarmupCache( $keysByIdGet, $checkKeys );
3081 private function fetchWrappedValuesForWarmupCache( array $keys, array $checkKeys ) { function in WANObjectCache