$asyncHandler | WANObjectCache | protected |
$broadcastRoute | WANObjectCache | protected |
$cache | WANObjectCache | protected |
$coalesceScheme | WANObjectCache | protected |
$epoch | WANObjectCache | protected |
$logger | WANObjectCache | protected |
$processCaches | WANObjectCache | protected |
$secret | WANObjectCache | protected |
$stats | WANObjectCache | protected |
$useInterimHoldOffCaching | WANObjectCache | protected |
__construct(array $params) | WANObjectCache | |
adaptiveTTL( $mtime, $maxTTL, $minTTL=30, $factor=0.2) | WANObjectCache | |
ATTR_DURABILITY | Wikimedia\LightweightObjectStore\StorageAwareness | |
ATTR_EMULATION | Wikimedia\LightweightObjectStore\StorageAwareness | |
clearLastError() | WANObjectCache | |
clearProcessCache() | WANObjectCache | |
delete( $key, $ttl=self::HOLDOFF_TTL) | WANObjectCache | |
ERR_NO_RESPONSE | Wikimedia\LightweightObjectStore\StorageAwareness | |
ERR_NONE | Wikimedia\LightweightObjectStore\StorageAwareness | |
ERR_UNEXPECTED | Wikimedia\LightweightObjectStore\StorageAwareness | |
ERR_UNREACHABLE | Wikimedia\LightweightObjectStore\StorageAwareness | |
fetchKeys(array $keys, array $checkKeys, $touchedCb=null) | WANObjectCache | protected |
get( $key, &$curTTL=null, array $checkKeys=[], &$info=[]) | WANObjectCache | |
getCheckKeyTime( $key) | WANObjectCache | |
getCollectionFromSisterKey(string $sisterKey) | WANObjectCache | static |
getCurrentTime() | WANObjectCache | protected |
getLastError( $watchPoint=0) | WANObjectCache | |
getMulti(array $keys, &$curTTLs=[], array $checkKeys=[], &$info=[]) | WANObjectCache | |
getMultiCheckKeyTime(array $keys) | WANObjectCache | |
getMultiWithSetCallback(ArrayIterator $keyedIds, $ttl, callable $callback, array $opts=[]) | WANObjectCache | |
getMultiWithUnionSetCallback(ArrayIterator $keyedIds, $ttl, callable $callback, array $opts=[]) | WANObjectCache | |
getQoS( $flag) | WANObjectCache | |
getWarmupKeyMisses() | WANObjectCache | |
getWithSetCallback( $key, $ttl, $callback, array $opts=[], array $cbParams=[]) | WANObjectCache | |
GRACE_TTL_NONE | WANObjectCache | |
hash256( $component) | WANObjectCache | |
HOLDOFF_TTL | WANObjectCache | |
HOLDOFF_TTL_NONE | WANObjectCache | |
isLotteryRefreshDue( $res, $lowTTL, $ageNew, $hotTTR, $now) | WANObjectCache | protected |
isValid( $value, $asOf, $minAsOf) | WANObjectCache | protected |
KEY_AS_OF | WANObjectCache | |
KEY_CHECK_AS_OF | WANObjectCache | |
KEY_CUR_TTL | WANObjectCache | |
KEY_TOMB_AS_OF | WANObjectCache | |
KEY_TTL | WANObjectCache | |
KEY_VERSION | WANObjectCache | |
makeGlobalKey( $collection,... $components) | WANObjectCache | |
makeKey( $collection,... $components) | WANObjectCache | |
makeMultiKeys(array $ids, $keyCallback) | WANObjectCache | |
multiRemap(array $ids, array $res) | WANObjectCache | |
newEmpty() | WANObjectCache | static |
PASS_BY_REF | WANObjectCache | |
prependRoute(string $sisterKey, string $route) | WANObjectCache | protected |
QOS_DURABILITY_DISK | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_DURABILITY_NONE | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_DURABILITY_RDBMS | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_DURABILITY_SCRIPT | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_DURABILITY_SERVICE | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_EMULATION_SQL | Wikimedia\LightweightObjectStore\StorageAwareness | |
QOS_UNKNOWN | Wikimedia\LightweightObjectStore\StorageAwareness | |
relayNonVolatilePurge(string $sisterKey) | WANObjectCache | protected |
relayVolatilePurge(string $sisterKey, string $purgeValue, int $ttl) | WANObjectCache | protected |
resetCheckKey( $key) | WANObjectCache | |
set( $key, $value, $ttl=self::TTL_INDEFINITE, array $opts=[]) | WANObjectCache | |
setLogger(LoggerInterface $logger) | WANObjectCache | |
setMockTime(&$time) | WANObjectCache | |
STALE_TTL_NONE | WANObjectCache | |
touchCheckKey( $key, $holdoff=self::HOLDOFF_TTL) | WANObjectCache | |
TTL_LAGGED | WANObjectCache | |
useInterimHoldOffCaching( $enabled) | WANObjectCache | |
watchErrors() | WANObjectCache | |
worthRefreshExpiring( $curTTL, $logicalTTL, $lowTTL) | WANObjectCache | protected |
worthRefreshPopular( $asOf, $ageNew, $timeTillRefresh, $now) | WANObjectCache | protected |