$asyncHandler | BagOStuff | protected |
$attrMap | BagOStuff | protected |
$debugMode | BagOStuff | protected |
$logger | BagOStuff | protected |
$wallClockOverride | BagOStuff | private |
__construct(array $params=[]) | BagOStuff | |
add( $key, $value, $exptime=0, $flags=0) | BagOStuff | |
addBusyCallback(callable $workCallback) | BagOStuff | |
changeTTL( $key, $exptime=0, $flags=0) | BagOStuff | |
changeTTLMulti(array $keys, $exptime, $flags=0) | BagOStuff | |
clearLastError() | BagOStuff | |
decr( $key, $value=1, $flags=0) | BagOStuff | |
delete( $key, $flags=0) | BagOStuff | |
deleteMulti(array $keys, $flags=0) | BagOStuff | |
deleteObjectsExpiringBefore( $timestamp, callable $progress=null, $limit=INF) | BagOStuff | |
fieldHasFlags( $field, $flags) | BagOStuff | protected |
get( $key, $flags=0) | BagOStuff | |
getCurrentTime() | BagOStuff | |
getLastError() | BagOStuff | |
getLogger() | BagOStuff | |
getMulti(array $keys, $flags=0) | BagOStuff | |
getQoS( $flag) | BagOStuff | |
getScopedLock( $key, $timeout=6, $expiry=30, $rclass='') | BagOStuff | |
getSegmentationSize() | BagOStuff | |
getSegmentedValueMaxSize() | BagOStuff | |
getWithSetCallback( $key, $exptime, $callback, $flags=0) | BagOStuff | |
incr( $key, $value=1, $flags=0) | BagOStuff | |
incrWithInit( $key, $exptime, $value=1, $init=null, $flags=0) | BagOStuff | |
lock( $key, $timeout=6, $expiry=6, $rclass='') | BagOStuff | |
makeGlobalKey( $class,... $components) | BagOStuff | |
makeKey( $class,... $components) | BagOStuff | |
makeKeyInternal( $keyspace, $args) | BagOStuff | |
merge( $key, callable $callback, $exptime=0, $attempts=10, $flags=0) | BagOStuff | |
mergeFlagMaps(array $bags) | BagOStuff | protected |
READ_LATEST | BagOStuff | |
READ_VERIFIED | BagOStuff | |
set( $key, $value, $exptime=0, $flags=0) | BagOStuff | |
setDebug( $enabled) | BagOStuff | |
setLogger(LoggerInterface $logger) | BagOStuff | |
setMockTime(&$time) | BagOStuff | |
setMulti(array $data, $exptime=0, $flags=0) | BagOStuff | |
setNewPreparedValues(array $valueByKey) | BagOStuff | |
unlock( $key) | BagOStuff | |
WRITE_ALLOW_SEGMENTS | BagOStuff | |
WRITE_BACKGROUND | BagOStuff | |
WRITE_CACHE_ONLY | BagOStuff | |
WRITE_PRUNE_SEGMENTS | BagOStuff | |
WRITE_SYNC | BagOStuff | |