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>
|
|
| ILocalStorageCacheExpiryChecker (const LocalStorageCacheManager &cacheManager) |
|
| Printable (const Printable &other) |
|
Printable & | operator= (const Printable &other) |
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 |
◆ checkResources()
| virtual bool quentier::ILocalStorageCacheExpiryChecker::checkResources |
( |
| ) |
const |
|
pure virtual |
◆ checkSavedSearches()
| virtual bool quentier::ILocalStorageCacheExpiryChecker::checkSavedSearches |
( |
| ) |
const |
|
pure virtual |
◆ checkTags()
| virtual bool quentier::ILocalStorageCacheExpiryChecker::checkTags |
( |
| ) |
const |
|
pure virtual |
◆ clone()
| virtual ILocalStorageCacheExpiryChecker * quentier::ILocalStorageCacheExpiryChecker::clone |
( |
| ) |
const |
|
pure virtual |
◆ print()
| virtual QTextStream & quentier::ILocalStorageCacheExpiryChecker::print |
( |
QTextStream & | strm | ) |
const |
|
pure virtual |