Home
last modified time | relevance | path

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

/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/objectcache/wancache/
H A DWANObjectCache.php750 $this->makeSisterKey( $key, self::$TYPE_VALUE ),
756 $this->makeSisterKey( $key, self::$TYPE_VALUE ),
837 $this->makeSisterKey( $key, self::$TYPE_VALUE ),
1001 $this->makeSisterKey( $key, self::$TYPE_TIMESTAMP ),
1588 $this->makeSisterKey( $key, self::$TYPE_MUTEX ),
1604 $this->makeSisterKey( $key, self::$TYPE_MUTEX ),
1620 $keys[] = $this->makeSisterKey( $baseKey, $type );
1633 private function makeSisterKey( $baseKey, $typeChar ) { function in WANObjectCache
1777 $this->makeSisterKey( $key, self::$TYPE_INTERIM )
1801 $this->makeSisterKey( $key, self::$TYPE_INTERIM ),
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/objectcache/wancache/
H A DWANObjectCache.php547 $sisterKey = $this->makeSisterKey( $key, self::TYPE_FLUX );
889 $this->makeSisterKey( $key, self::TYPE_VALUE ),
895 $this->makeSisterKey( $key, self::TYPE_VALUE ),
974 $valueSisterKey = $this->makeSisterKey( $key, self::TYPE_VALUE );
1004 $fluxSisterKey = $this->makeSisterKey( $key, self::TYPE_FLUX );
1767 $checkSisterKey = $this->makeSisterKey( $key, self::TYPE_MUTEX );
1799 $sisterKeys[] = $this->makeSisterKey( $baseKey, $type, $route );
1983 $this->makeSisterKey( $key, self::TYPE_INTERIM )
2007 $this->makeSisterKey( $key, self::TYPE_INTERIM ),
2275 $valueSisterKey = $this->makeSisterKey( $key, self::TYPE_VALUE );
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/objectcache/wancache/
H A DWANObjectCache.php549 $sisterKey = $this->makeSisterKey( $key, self::TYPE_FLUX );
889 $this->makeSisterKey( $key, self::TYPE_VALUE ),
895 $this->makeSisterKey( $key, self::TYPE_VALUE ),
974 $valueSisterKey = $this->makeSisterKey( $key, self::TYPE_VALUE );
1004 $fluxSisterKey = $this->makeSisterKey( $key, self::TYPE_FLUX );
1761 $checkSisterKey = $this->makeSisterKey( $key, self::TYPE_MUTEX );
1793 $sisterKeys[] = $this->makeSisterKey( $baseKey, $type, $route );
1977 $this->makeSisterKey( $key, self::TYPE_INTERIM )
2001 $this->makeSisterKey( $key, self::TYPE_INTERIM ),
2269 $valueSisterKey = $this->makeSisterKey( $key, self::TYPE_VALUE );
[all …]