Searched refs:KEY_AS_OF (Results 1 – 8 of 8) sorted by relevance
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/objectcache/wancache/ |
H A D | WANObjectCache.php | 254 public const KEY_AS_OF = 'asOf'; define in WANObjectCache 449 $info = $legacyInfo ? $metadata[self::KEY_AS_OF] : $metadata; 505 $info[$key] = $legacyInfo ? $metadata[self::KEY_AS_OF] : $metadata; 636 if ( $value !== false && $holdoffDeadline >= $metadata[self::KEY_AS_OF] ) { 1600 $this->isValid( $curValue, $curInfo[self::KEY_AS_OF], $minAsOf ) && 1697 return [ $placeholderValue, $version, $curInfo[self::KEY_AS_OF] ]; 1759 return [ $value, $version, $curInfo[self::KEY_AS_OF] ]; 1946 if ( $touched !== null && $touched >= $curInfo[self::KEY_AS_OF] ) { 1987 if ( $this->isValid( $value, $keyInfo[self::KEY_AS_OF], $minAsOf ) ) { 2944 $info[self::KEY_AS_OF] = $wrapped[self::FLD_TIME]; [all …]
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/objectcache/wancache/ |
H A D | WANObjectCache.php | 256 public const KEY_AS_OF = 'asOf'; define in WANObjectCache 451 $info = $legacyInfo ? $metadata[self::KEY_AS_OF] : $metadata; 507 $info[$key] = $legacyInfo ? $metadata[self::KEY_AS_OF] : $metadata; 638 if ( $value !== false && $holdoffDeadline >= $metadata[self::KEY_AS_OF] ) { 1593 $this->isValid( $curValue, $curInfo[self::KEY_AS_OF], $minAsOf ) && 1690 return [ $placeholderValue, $version, $curInfo[self::KEY_AS_OF] ]; 1753 return [ $value, $version, $curInfo[self::KEY_AS_OF] ]; 1940 if ( $touched !== null && $touched >= $curInfo[self::KEY_AS_OF] ) { 1981 if ( $this->isValid( $value, $keyInfo[self::KEY_AS_OF], $minAsOf ) ) { 2938 $info[self::KEY_AS_OF] = $wrapped[self::FLD_TIME]; [all …]
|
/dports/www/mediawiki135/mediawiki-1.35.5/includes/resourceloader/dependencystore/ |
H A D | DependencyStore.php | 32 protected const KEY_AS_OF = 'asOf'; define in Wikimedia\\DependencyStore\\DependencyStore 40 return [ self::KEY_PATHS => $paths, self::KEY_AS_OF => $asOf ];
|
H A D | KeyValueDependencyStore.php | 61 $data[self::KEY_AS_OF] ?? null 71 if ( !is_array( $data[self::KEY_PATHS] ) || !is_int( $data[self::KEY_AS_OF] ) ) {
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/resourceloader/dependencystore/ |
H A D | DependencyStore.php | 32 protected const KEY_AS_OF = 'asOf'; define in Wikimedia\\DependencyStore\\DependencyStore 40 return [ self::KEY_PATHS => $paths, self::KEY_AS_OF => $asOf ];
|
H A D | KeyValueDependencyStore.php | 61 $data[self::KEY_AS_OF] ?? null 71 if ( !is_array( $data[self::KEY_PATHS] ) || !is_int( $data[self::KEY_AS_OF] ) ) {
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/resourceloader/dependencystore/ |
H A D | DependencyStore.php | 32 protected const KEY_AS_OF = 'asOf'; define in Wikimedia\\DependencyStore\\DependencyStore 40 return [ self::KEY_PATHS => $paths, self::KEY_AS_OF => $asOf ];
|
H A D | KeyValueDependencyStore.php | 61 $data[self::KEY_AS_OF] ?? null 71 if ( !is_array( $data[self::KEY_PATHS] ) || !is_int( $data[self::KEY_AS_OF] ) ) {
|