HDK
|
This is the complete list of members for NET_ICache, including all inherited members.
add(const UT_StringHolder &key, int value, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1) | NET_ICache | inlinevirtual |
add(const UT_StringHolder &key, const UT_StringHolder &value, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1)=0 | NET_ICache | pure virtual |
clear(UT_ErrorCode *ec=nullptr)=0 | NET_ICache | pure virtual |
close(UT_ErrorCode *ec=nullptr) | NET_ICache | inlinevirtual |
decr(const UT_StringRef &key, int &value, int delta=1, UT_ErrorCode *ec=nullptr, int version=-1) | NET_ICache | inlinevirtual |
decrVersion(const UT_StringRef &key, int delta=1, UT_ErrorCode *ec=nullptr, int version=-1) | NET_ICache | inlinevirtual |
generateKey(const UT_StringHolder &key_prefix, const UT_StringHolder &key, int version) | NET_ICache | inlineprotectedvirtual |
get(const UT_StringRef &key, int &value, int def=-1, UT_ErrorCode *ec=nullptr, int version=-1) | NET_ICache | inlinevirtual |
get(const UT_StringRef &key, UT_StringHolder &value, const UT_StringHolder &def=UT_StringHolder::theEmptyString, UT_ErrorCode *ec=nullptr, int version=-1)=0 | NET_ICache | pure virtual |
getBackendTimeout(int64 timeout=-1) | NET_ICache | inlinevirtual |
getMany(const UT_StringArray &keys, UT_Map< UT_StringHolder, UT_StringHolder > &results, UT_ErrorCode *ec=nullptr, int version=-1) | NET_ICache | inlinevirtual |
getMany(const UT_StringArray &keys, UT_Map< UT_StringHolder, int > &results, UT_ErrorCode *ec=nullptr, int version=-1) | NET_ICache | inlinevirtual |
getOrSet(const UT_StringRef &key, int_def_clb_t &&clb, UT_ErrorCode &ec, int64 timeout=-1, int version=-1) | NET_ICache | inlinevirtual |
getOrSet(const UT_StringRef &key, int def, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1) | NET_ICache | inlinevirtual |
getOrSet(const UT_StringRef &key, str_def_clb_t &&clb, UT_ErrorCode &ec, int64 timeout=-1, int version=-1) | NET_ICache | inlinevirtual |
getOrSet(const UT_StringRef &key, const UT_StringHolder &def, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1) | NET_ICache | inlinevirtual |
hasKey(const UT_StringRef &key, UT_ErrorCode *ec=nullptr, int version=-1) | NET_ICache | inlinevirtual |
incr(const UT_StringRef &key, int &value, int delta=1, UT_ErrorCode *ec=nullptr, int version=-1) | NET_ICache | inlinevirtual |
incrVersion(const UT_StringRef &key, int delta=1, UT_ErrorCode *ec=nullptr, int version=-1) | NET_ICache | inlinevirtual |
int_def_clb_t typedef | NET_ICache | |
makeKey(const UT_StringHolder &key, int version=-1) | NET_ICache | inline |
myCullFequency | NET_ICache | protected |
myDefaultTimeout | NET_ICache | protected |
myDefaultVersion | NET_ICache | protected |
myKeyPrefix | NET_ICache | protected |
myMaxEntries | NET_ICache | protected |
NET_ICache()=default | NET_ICache | protected |
remove(const UT_StringRef &key, UT_ErrorCode *ec=nullptr, int version=-1)=0 | NET_ICache | pure virtual |
removeMany(const UT_StringArray &keys, UT_ErrorCode *ec, int version=-1) | NET_ICache | inlinevirtual |
set(const UT_StringHolder &key, int value, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1) | NET_ICache | inlinevirtual |
set(const UT_StringHolder &key, const UT_StringHolder &value, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1)=0 | NET_ICache | pure virtual |
setMany(const UT_Map< UT_StringHolder, UT_StringHolder > &data, int64 timeout=-1, int version=-1) | NET_ICache | inlinevirtual |
setMany(const UT_Map< UT_StringHolder, int > &data, int64 timeout=-1, int version=-1) | NET_ICache | inlinevirtual |
str_def_clb_t typedef | NET_ICache | |
touch(const UT_StringRef &key, UT_ErrorCode *ec=nullptr, int timeout=-1, int version=-1)=0 | NET_ICache | pure virtual |
UT_NON_COPYABLE(NET_ICache) | NET_ICache | |
~NET_ICache()=default | NET_ICache | virtual |