| $asyncHandler | BagOStuff | protected |
| $bag | HashBagOStuff | protected |
| $keyspace | BagOStuff | protected |
| $lastError | BagOStuff | protected |
| $locks | BagOStuff | protected |
| $logger | BagOStuff | protected |
| $maxCacheKeys | HashBagOStuff | protected |
| __construct($params=[]) | HashBagOStuff | |
| BagOStuff::__construct(array $params=[]) | BagOStuff | |
| add($key, $value, $exptime=0) | BagOStuff | |
| cas($casToken, $key, $value, $exptime=0) | BagOStuff | protected |
| clear() | HashBagOStuff | |
| clearLastError() | BagOStuff | |
| convertExpiry($exptime) | BagOStuff | protected |
| convertToRelative($exptime) | BagOStuff | protected |
| debug($text) | BagOStuff | protected |
| decr($key, $value=1) | BagOStuff | |
| delete($key) | HashBagOStuff | |
| deleteObjectsExpiringBefore($date, $progressCallback=false) | BagOStuff | |
| doGet($key, $flags=0) | HashBagOStuff | protected |
| ERR_NO_RESPONSE | BagOStuff | |
| ERR_NONE | BagOStuff | |
| ERR_UNEXPECTED | BagOStuff | |
| ERR_UNREACHABLE | BagOStuff | |
| expire($key) | HashBagOStuff | protected |
| get($key, $flags=0, $oldFlags=null) | BagOStuff | |
| getLastError() | BagOStuff | |
| getMulti(array $keys, $flags=0) | BagOStuff | |
| getScopedLock($key, $timeout=6, $expiry=30, $rclass= '') | BagOStuff | |
| getWithSetCallback($key, $ttl, $callback, $flags=0) | BagOStuff | |
| getWithToken($key, &$casToken, $flags=0) | BagOStuff | protected |
| hasKey($key) | HashBagOStuff | protected |
| incr($key, $value=1) | BagOStuff | |
| incrWithInit($key, $ttl, $value=1, $init=1) | BagOStuff | |
| isInteger($value) | BagOStuff | protected |
| KEY_EXP | HashBagOStuff | |
| KEY_VAL | HashBagOStuff | |
| lock($key, $timeout=6, $expiry=6, $rclass= '') | BagOStuff | |
| makeGlobalKey() | BagOStuff | |
| makeKey() | BagOStuff | |
| makeKeyInternal($keyspace, $args) | BagOStuff | |
| merge($key, callable $callback, $exptime=0, $attempts=10, $flags=0) | BagOStuff | |
| mergeViaCas($key, $callback, $exptime=0, $attempts=10) | BagOStuff | protected |
| mergeViaLock($key, $callback, $exptime=0, $attempts=10, $flags=0) | BagOStuff | protected |
| modifySimpleRelayEvent(array $event) | BagOStuff | |
| READ_LATEST | BagOStuff | |
| READ_VERIFIED | BagOStuff | |
| set($key, $value, $exptime=0, $flags=0) | HashBagOStuff | |
| setDebug($bool) | BagOStuff | |
| setLastError($err) | BagOStuff | protected |
| setLogger(LoggerInterface $logger) | BagOStuff | |
| setMulti(array $data, $exptime=0) | BagOStuff | |
| TTL_DAY | IExpiringStore | |
| TTL_HOUR | IExpiringStore | |
| TTL_INDEFINITE | IExpiringStore | |
| TTL_MINUTE | IExpiringStore | |
| TTL_MONTH | IExpiringStore | |
| TTL_PROC_LONG | IExpiringStore | |
| TTL_PROC_SHORT | IExpiringStore | |
| TTL_WEEK | IExpiringStore | |
| TTL_YEAR | IExpiringStore | |
| unlock($key) | BagOStuff | |
| WRITE_CACHE_ONLY | BagOStuff | |
| WRITE_SYNC | BagOStuff | |