CCached(CValueCache *cache, const QString &key, const QString &name, U *owner) | swift::misc::CCached< T > | inline |
CCached(CValueCache *cache, const QString &key, const QString &name, F validator, const T &defaultValue, U *owner) | swift::misc::CCached< T > | inline |
CCached(const CCached &)=delete | swift::misc::CCached< T > | |
get() const | swift::misc::CCached< T > | inline |
getKey() const | swift::misc::CCached< T > | inline |
getThreadLocal() const | swift::misc::CCached< T > | inline |
getTimestamp() const | swift::misc::CCached< T > | inline |
getTimestampMsSinceEpoch() const | swift::misc::CCached< T > | inline |
isInitialized() const | swift::misc::CCached< T > | inline |
isOwnerThread() const | swift::misc::CCached< T > | inline |
isSaved() const | swift::misc::CCached< T > | inline |
isSaving() const | swift::misc::CCached< T > | inline |
lastUpdatedAge() const | swift::misc::CCached< T > | inline |
operator=(const CCached &)=delete | swift::misc::CCached< T > | |
save() | swift::misc::CCached< T > | inline |
set(const T &value, qint64 timestamp=0) | swift::misc::CCached< T > | inline |
setAndSave(const T &value, qint64 timestamp=0) | swift::misc::CCached< T > | inline |
setAndSaveProperty(CPropertyIndexRef index, const CVariant &value, qint64 timestamp=0) | swift::misc::CCached< T > | inline |
setNotifySlot(F slot) | swift::misc::CCached< T > | inline |
setProperty(CPropertyIndexRef index, const CVariant &value, qint64 timestamp=0) | swift::misc::CCached< T > | inline |