HDK
|
This is the complete list of members for NET_DatabaseCache, including all inherited members.
add(const UT_StringHolder &key, int value, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1) override | NET_DatabaseCache | inlinevirtual |
add(const UT_StringHolder &key, const UT_StringHolder &value, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1) override | NET_DatabaseCache | virtual |
clear(UT_ErrorCode *ec=nullptr) override | NET_DatabaseCache | virtual |
close(UT_ErrorCode *ec=nullptr) override | NET_DatabaseCache | virtual |
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) override | NET_DatabaseCache | virtual |
get(const UT_StringRef &key, UT_StringHolder &value, const UT_StringHolder &def=UT_StringHolder::theEmptyString, UT_ErrorCode *ec=nullptr, int version=-1) override | NET_DatabaseCache | 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) override | NET_DatabaseCache | virtual |
getMany(const UT_StringArray &keys, UT_Map< UT_StringHolder, int > &results, UT_ErrorCode *ec=nullptr, int version=-1) override | NET_DatabaseCache | virtual |
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) override | NET_DatabaseCache | virtual |
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_DatabaseCache(const UT_StringHolder &table_name) | NET_DatabaseCache | |
NET_ICache()=default | NET_ICache | protected |
open(UT_SqlOrm &orm, UT_ErrorCode &ec) | NET_DatabaseCache | |
remove(const UT_StringRef &key, UT_ErrorCode *ec=nullptr, int version=-1) override | NET_DatabaseCache | virtual |
removeMany(const UT_StringArray &keys, UT_ErrorCode *ec=nullptr, int version=-1) override | NET_DatabaseCache | inlinevirtual |
set(const UT_StringHolder &key, const UT_StringHolder &value, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1) override | NET_DatabaseCache | virtual |
set(const UT_StringHolder &key, int value, UT_ErrorCode *ec=nullptr, int64 timeout=-1, int version=-1) override | NET_DatabaseCache | inlinevirtual |
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) override | NET_DatabaseCache | virtual |
UT_NON_COPYABLE(NET_DatabaseCache) | NET_DatabaseCache | |
NET_ICache::UT_NON_COPYABLE(NET_ICache) | NET_ICache | |
~NET_DatabaseCache() override | NET_DatabaseCache | |
~NET_ICache()=default | NET_ICache | virtual |