The ILocalStorageCacheExpiryChecker class represents the interface for cache expiry checker used by LocalStorageCacheManager to see whether particular caches (of notes, notebooks, tags, linked notebooks and/or saved searches) need to be shrunk.
More...
#include <ILocalStorageCacheExpiryChecker.h>
The ILocalStorageCacheExpiryChecker class represents the interface for cache expiry checker used by LocalStorageCacheManager to see whether particular caches (of notes, notebooks, tags, linked notebooks and/or saved searches) need to be shrunk.
◆ checkLinkedNotebooks()
virtual bool quentier::ILocalStorageCacheExpiryChecker::checkLinkedNotebooks |
( |
| ) |
const |
|
pure virtual |
◆ checkNotebooks()
virtual bool quentier::ILocalStorageCacheExpiryChecker::checkNotebooks |
( |
| ) |
const |
|
pure virtual |
◆ checkNotes()
virtual bool quentier::ILocalStorageCacheExpiryChecker::checkNotes |
( |
| ) |
const |
|
pure virtual |
◆ checkSavedSearches()
virtual bool quentier::ILocalStorageCacheExpiryChecker::checkSavedSearches |
( |
| ) |
const |
|
pure virtual |
◆ checkTags()
virtual bool quentier::ILocalStorageCacheExpiryChecker::checkTags |
( |
| ) |
const |
|
pure virtual |
◆ clone()