19 #ifndef LIB_QUENTIER_LOCAL_STORAGE_I_LOCAL_STORAGE_CACHE_EXPIRY_CHECKER_H 20 #define LIB_QUENTIER_LOCAL_STORAGE_I_LOCAL_STORAGE_CACHE_EXPIRY_CHECKER_H 22 #include <quentier/utility/Printable.h> 26 QT_FORWARD_DECLARE_CLASS(LocalStorageCacheManager)
49 virtual bool checkNotes()
const = 0;
56 virtual bool checkResources()
const = 0;
63 virtual bool checkNotebooks()
const = 0;
70 virtual bool checkTags()
const = 0;
77 virtual bool checkLinkedNotebooks()
const = 0;
84 virtual bool checkSavedSearches()
const = 0;
91 virtual QTextStream & print(QTextStream & strm)
const = 0;
106 #endif // LIB_QUENTIER_LOCAL_STORAGE_I_LOCAL_STORAGE_CACHE_EXPIRY_CHECKER_H The Printable class is the interface for Quentier's internal classes which should be able to write th...
Definition: Printable.h:38
The ILocalStorageCacheExpiryChecker class represents the interface for cache expiry checker used by L...
Definition: ILocalStorageCacheExpiryChecker.h:34
Definition: LocalStorageCacheManager.h:38