Cutelyst  2.13.0
Cutelyst::Memcached Member List

This is the complete list of members for Cutelyst::Memcached, including all inherited members.

add(const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
add(const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
addByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
addByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
AuthContinue enum valueCutelyst::Memcached
AuthFailure enum valueCutelyst::Memcached
AuthProblem enum valueCutelyst::Memcached
BadKeyProvided enum valueCutelyst::Memcached
Buffered enum valueCutelyst::Memcached
cas(const QString &key, const QByteArray &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
cas(const QString &key, const T &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
casByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
casByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, uint64_t cas, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
ClientError enum valueCutelyst::Memcached
ConnectionFailure enum valueCutelyst::Memcached
DataDoesNotExist enum valueCutelyst::Memcached
DataExists enum valueCutelyst::Memcached
decrement(const QString &key, uint32_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
decrementByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
decrementWithInitial(const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
decrementWithInitialByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
Deleted enum valueCutelyst::Memcached
Deprecated enum valueCutelyst::Memcached
E2Big enum valueCutelyst::Memcached
End enum valueCutelyst::Memcached
Errno enum valueCutelyst::Memcached
Error enum valueCutelyst::Memcached
errorString(Context *c, MemcachedReturnType rt)Cutelyst::Memcachedstatic
exist(const QString &key, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
existByKey(const QString &groupKey, const QString &key, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
expirationNotAddCutelyst::Memcachedstatic
Failure enum valueCutelyst::Memcached
FetchNotFinished enum valueCutelyst::Memcached
flush(time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
flushBuffers(MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
get(const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
get(const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
getByKey(const QString &groupKey, const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
getByKey(const QString &groupKey, const QString &key, uint64_t *cas=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
HostLookupFailure enum valueCutelyst::Memcached
increment(const QString &key, uint32_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
incrementByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
incrementWithInitial(const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
incrementWithInitialByKey(const QString &groupKey, const QString &key, uint64_t offset, uint64_t initial, time_t expiration, uint64_t *value=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
InProgress enum value (defined in Cutelyst::Memcached)Cutelyst::Memcached
InvalidArguments enum valueCutelyst::Memcached
InvalidHostProtocol enum valueCutelyst::Memcached
KeyTooBig enum valueCutelyst::Memcached
libMemcachedVersion()Cutelyst::Memcachedstatic
MaximumReturn enum value (defined in Cutelyst::Memcached)Cutelyst::Memcached
Memcached(Application *parent)Cutelyst::Memcached
MemcachedReturnType enum nameCutelyst::Memcached
MemoryAllocationFailure enum valueCutelyst::Memcached
mget(const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
mget(const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
mgetByKey(const QString &groupKey, const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
mgetByKey(const QString &groupKey, const QStringList &keys, QHash< QString, uint64_t > *casValues=nullptr, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
NoServers enum valueCutelyst::Memcached
NotFound enum valueCutelyst::Memcached
NotStored enum valueCutelyst::Memcached
NotSupported enum valueCutelyst::Memcached
ParseError enum valueCutelyst::Memcached
ParseUserError enum valueCutelyst::Memcached
PartialRead enum valueCutelyst::Memcached
Plugin(Application *parent)Cutelyst::Plugin
PluginNotRegisterd enum valueCutelyst::Memcached
ProtocolError enum valueCutelyst::Memcached
ReadFailure enum valueCutelyst::Memcached
remove(const QString &key, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
removeByKey(const QString &groupKey, const QString &key, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
replace(const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
replace(const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
replaceByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
replaceByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
ServerError enum valueCutelyst::Memcached
ServerMarkedDead enum valueCutelyst::Memcached
ServerMemoryAllocationFailure enum value (defined in Cutelyst::Memcached)Cutelyst::Memcached
ServerTemporaryDisabled enum value (defined in Cutelyst::Memcached)Cutelyst::Memcached
set(const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
set(const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
setByKey(const QString &groupKey, const QString &key, const QByteArray &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
setByKey(const QString &groupKey, const QString &key, const T &value, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
setDefaultConfig(const QVariantMap &defaultConfig)Cutelyst::Memcached
setup(Application *app) overrideCutelyst::Memcachedprotectedvirtual
SomeErrors enum valueCutelyst::Memcached
Stat enum valueCutelyst::Memcached
Stored enum valueCutelyst::Memcached
Success enum valueCutelyst::Memcached
Timeout enum valueCutelyst::Memcached
touch(const QString &key, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
touchByKey(const QString &groupKey, const QString &key, time_t expiration, MemcachedReturnType *returnType=nullptr)Cutelyst::Memcachedstatic
UnknownReadFailure enum valueCutelyst::Memcached
UnknownStatKey enum valueCutelyst::Memcached
WriteFailure enum valueCutelyst::Memcached
~Memcached() overrideCutelyst::Memcachedvirtual