Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Release v0.7.1

Compare
Choose a tag to compare
@thrawn01 thrawn01 released this 10 Dec 21:11
· 451 commits to master since this release
d34c9d9

[0.7.0] - 2019-12-10

Added

  • Added Loader interface for only loading and saving at startup and shutdown
  • Added Store interface for continuous synchronization between the persistent store and the cache.

Changed

  • Moved cache.Cache into the gubernator package
  • Changed the Cache interface to use CacheItem for storing and retrieving cached items.