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> 46 virtual bool checkNotes()
const Q_DECL_OVERRIDE;
51 virtual bool checkNotebooks()
const Q_DECL_OVERRIDE;
56 virtual bool checkTags()
const Q_DECL_OVERRIDE;
61 virtual bool checkLinkedNotebooks()
const Q_DECL_OVERRIDE;
66 virtual bool checkSavedSearches()
const Q_DECL_OVERRIDE;
71 virtual QTextStream & print(QTextStream & strm)
const Q_DECL_OVERRIDE;
80 #endif // LIB_QUENTIER_LOCAL_STORAGE_DEFAULT_LOCAL_STORAGE_CACHE_EXPIRY_CHECKER_H Definition: DefaultLocalStorageCacheExpiryChecker.h:32
The ILocalStorageCacheExpiryChecker class represents the interface for cache expiry checker used by L...
Definition: ILocalStorageCacheExpiryChecker.h:33
Definition: LocalStorageCacheManager.h:36