libquentier 0.5.0
The library for rich desktop clients of Evernote service
|
#include <DefaultLocalStorageCacheExpiryChecker.h>
Public Member Functions | |
DefaultLocalStorageCacheExpiryChecker (const LocalStorageCacheManager &cacheManager) | |
virtual DefaultLocalStorageCacheExpiryChecker * | clone () const override |
virtual bool | checkNotes () const override |
virtual bool | checkResources () const override |
virtual bool | checkNotebooks () const override |
virtual bool | checkTags () const override |
virtual bool | checkLinkedNotebooks () const override |
virtual bool | checkSavedSearches () const override |
virtual QTextStream & | print (QTextStream &strm) const override |
Print the internal information about the current DefaultLocalStorageCacheExpiryChecker instance to the text stream. | |
virtual ILocalStorageCacheExpiryChecker * | clone () const =0 |
virtual bool | checkNotes () const =0 |
virtual bool | checkResources () const =0 |
virtual bool | checkNotebooks () const =0 |
virtual bool | checkTags () const =0 |
virtual bool | checkLinkedNotebooks () const =0 |
virtual bool | checkSavedSearches () const =0 |
virtual QTextStream & | print (QTextStream &strm) const =0 |
Print the internal information about ILocalStorageCacheExpiryChecker implementation instance to the text stream. | |
![]() | |
virtual QTextStream & | print (QTextStream &strm) const =0 |
virtual const QString | toString () const |
Additional Inherited Members | |
![]() | |
ILocalStorageCacheExpiryChecker (const LocalStorageCacheManager &cacheManager) | |
![]() | |
Printable (const Printable &other) | |
Printable & | operator= (const Printable &other) |
![]() | |
const LocalStorageCacheManager & | m_localStorageCacheManager |
brief The DefaultLocalStorageCacheExpiryChecker class is the implementation of ILocalStorageCacheExpiryChecker interface used by LocalStorageCacheManager by default, if no another implementation of ILocalStorageCacheExpiryChecker is set to be used by LocalStorageCacheManager
|
overridevirtual |
Implements quentier::ILocalStorageCacheExpiryChecker.
|
overridevirtual |
Implements quentier::ILocalStorageCacheExpiryChecker.
|
overridevirtual |
Implements quentier::ILocalStorageCacheExpiryChecker.
|
overridevirtual |
Implements quentier::ILocalStorageCacheExpiryChecker.
|
overridevirtual |
Implements quentier::ILocalStorageCacheExpiryChecker.
|
overridevirtual |
Implements quentier::ILocalStorageCacheExpiryChecker.
|
overridevirtual |
Implements quentier::ILocalStorageCacheExpiryChecker.
|
overridevirtual |
Print the internal information about the current DefaultLocalStorageCacheExpiryChecker instance to the text stream.
Implements quentier::ILocalStorageCacheExpiryChecker.