v1.0.0
What's Changed
This version adds support for synchronizing the in-memory cache with a distributed storage. I also looked over the API and decided to change some of the naming based on feedback I've received:
WithBackgroundRefreshes
=>WithEarlyRefreshes
GetFetch
=>GetOrFetch
GetFetchBatch
=>GetOrFetchBatch
WithRefreshBuffering
=>WithRefreshCoalescing
Full Changelog: v0.4.4...v1.0.0