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> 51 virtual bool checkNotes()
const override;
57 virtual bool checkResources()
const override;
63 virtual bool checkNotebooks()
const override;
69 virtual bool checkTags()
const override;
75 virtual bool checkLinkedNotebooks()
const override;
81 virtual bool checkSavedSearches()
const override;
88 virtual QTextStream & print(QTextStream & strm)
const override;
96 #endif // LIB_QUENTIER_LOCAL_STORAGE_DEFAULT_LOCAL_STORAGE_CACHE_EXPIRY_CHECKER_H Definition: DefaultLocalStorageCacheExpiryChecker.h:32
Definition: DecryptedTextManager.h:26
The ILocalStorageCacheExpiryChecker class represents the interface for cache expiry checker used by L...
Definition: ILocalStorageCacheExpiryChecker.h:34
Definition: LocalStorageCacheManager.h:38