Akavache 2.6.2
What's New
Completion for Object Methods
Now all object invalidation methods (like InvalidateObject
, InvalidateAllObjects
, etc) return IObservable<Unit>
so you can await
them
Miscellaneous fixes
- Fixes to PersistentBlobCache Dispose so that it properly flushes metadata on exit