$asyncHandler | BagOStuff | protected |
$asyncWrites | MultiWriteBagOStuff | protected |
$attrMap | BagOStuff | protected |
$cacheIndexes | MultiWriteBagOStuff | protected |
$caches | MultiWriteBagOStuff | protected |
$debugMode | BagOStuff | protected |
$logger | BagOStuff | protected |
$UPGRADE_TTL | MultiWriteBagOStuff | privatestatic |
$wallClockOverride | BagOStuff | private |
__construct( $params) | MultiWriteBagOStuff | |
BagOStuff::__construct(array $params=[]) | BagOStuff | |
add( $key, $value, $exptime=0, $flags=0) | MultiWriteBagOStuff | |
addBusyCallback(callable $workCallback) | MultiWriteBagOStuff | |
ATTR_EMULATION | IExpiringStore | |
ATTR_SYNCWRITES | IExpiringStore | |
changeTTL( $key, $exptime=0, $flags=0) | MultiWriteBagOStuff | |
changeTTLMulti(array $keys, $exptime, $flags=0) | MultiWriteBagOStuff | |
clearLastError() | MultiWriteBagOStuff | |
decr( $key, $value=1, $flags=0) | MultiWriteBagOStuff | |
delete( $key, $flags=0) | MultiWriteBagOStuff | |
deleteMulti(array $data, $flags=0) | MultiWriteBagOStuff | |
deleteObjectsExpiringBefore( $timestamp, callable $progress=null, $limit=INF) | MultiWriteBagOStuff | |
doWrite( $indexes, $asyncWrites, $method, array $args) | MultiWriteBagOStuff | protected |
ERR_NO_RESPONSE | IExpiringStore | |
ERR_NONE | IExpiringStore | |
ERR_UNEXPECTED | IExpiringStore | |
ERR_UNREACHABLE | IExpiringStore | |
fieldHasFlags( $field, $flags) | BagOStuff | protected |
get( $key, $flags=0) | MultiWriteBagOStuff | |
getCurrentTime() | BagOStuff | |
getLastError() | MultiWriteBagOStuff | |
getMulti(array $keys, $flags=0) | MultiWriteBagOStuff | |
getQoS( $flag) | BagOStuff | |
getScopedLock( $key, $timeout=6, $expiry=30, $rclass='') | BagOStuff | |
getSegmentationSize() | BagOStuff | |
getSegmentedValueMaxSize() | BagOStuff | |
getWithSetCallback( $key, $ttl, $callback, $flags=0) | BagOStuff | |
incr( $key, $value=1, $flags=0) | MultiWriteBagOStuff | |
incrWithInit( $key, $exptime, $value=1, $init=null, $flags=0) | MultiWriteBagOStuff | |
lock( $key, $timeout=6, $expiry=6, $rclass='') | MultiWriteBagOStuff | |
makeGlobalKey( $class,... $components) | MultiWriteBagOStuff | |
makeKey( $class,... $components) | MultiWriteBagOStuff | |
makeKeyInternal( $keyspace, $args) | MultiWriteBagOStuff | |
merge( $key, callable $callback, $exptime=0, $attempts=10, $flags=0) | MultiWriteBagOStuff | |
mergeFlagMaps(array $bags) | BagOStuff | protected |
QOS_EMULATION_SQL | IExpiringStore | |
QOS_SYNCWRITES_BE | IExpiringStore | |
QOS_SYNCWRITES_NONE | IExpiringStore | |
QOS_SYNCWRITES_QC | IExpiringStore | |
QOS_SYNCWRITES_SS | IExpiringStore | |
QOS_UNKNOWN | IExpiringStore | |
READ_LATEST | BagOStuff | |
READ_VERIFIED | BagOStuff | |
set( $key, $value, $exptime=0, $flags=0) | MultiWriteBagOStuff | |
setDebug( $enabled) | MultiWriteBagOStuff | |
setLogger(LoggerInterface $logger) | BagOStuff | |
setMockTime(&$time) | MultiWriteBagOStuff | |
setMulti(array $data, $exptime=0, $flags=0) | MultiWriteBagOStuff | |
TTL_DAY | IExpiringStore | |
TTL_HOUR | IExpiringStore | |
TTL_INDEFINITE | IExpiringStore | |
TTL_MINUTE | IExpiringStore | |
TTL_MONTH | IExpiringStore | |
TTL_PROC_LONG | IExpiringStore | |
TTL_PROC_SHORT | IExpiringStore | |
TTL_SECOND | IExpiringStore | |
TTL_WEEK | IExpiringStore | |
TTL_YEAR | IExpiringStore | |
unlock( $key) | MultiWriteBagOStuff | |
usesAsyncWritesGivenFlags( $flags) | MultiWriteBagOStuff | protected |
WRITE_ALLOW_SEGMENTS | BagOStuff | |
WRITE_BACKGROUND | BagOStuff | |
WRITE_CACHE_ONLY | BagOStuff | |
WRITE_PRUNE_SEGMENTS | BagOStuff | |
WRITE_SYNC | BagOStuff | |