evernote-cloud-sdk-windows
evernote-cloud-sdk-windows copied to clipboard
Get all notebooks
After changing notebooks on evernote website I don't see any changes in ENSession.SharedSession.ListNotebooks();
Because retrieving all notebooks can be an expensive operation, the notebooks list is cached - the default validity interval for the cache is 5 minutes. After that time, calling listNotebooks will go out to the service to reassemble the notebooks list.
I need to get updated list of notebooks after I updated it on website. So, how I can get always actual list of notebooks ?