libquentier
0.5.0
The library for rich desktop clients of Evernote service
|
19 #ifndef LIB_QUENTIER_LOCAL_STORAGE_DEFAULT_LOCAL_STORAGE_CACHE_EXPIRY_CHECKER_H
20 #define LIB_QUENTIER_LOCAL_STORAGE_DEFAULT_LOCAL_STORAGE_CACHE_EXPIRY_CHECKER_H
22 #include <quentier/local_storage/ILocalStorageCacheExpiryChecker.h>
88 virtual QTextStream &
print(QTextStream & strm)
const override;
96 #endif // LIB_QUENTIER_LOCAL_STORAGE_DEFAULT_LOCAL_STORAGE_CACHE_EXPIRY_CHECKER_H
virtual bool checkTags() const override
virtual QTextStream & print(QTextStream &strm) const override
Print the internal information about the current DefaultLocalStorageCacheExpiryChecker instance to th...
The ILocalStorageCacheExpiryChecker class represents the interface for cache expiry checker used by L...
Definition: ILocalStorageCacheExpiryChecker.h:35
Definition: DefaultLocalStorageCacheExpiryChecker.h:34
virtual bool checkLinkedNotebooks() const override
virtual bool checkNotebooks() const override
virtual bool checkSavedSearches() const override
virtual bool checkResources() const override
Definition: LocalStorageCacheManager.h:39
virtual DefaultLocalStorageCacheExpiryChecker * clone() const override
virtual bool checkNotes() const override