This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Release v0.7.1
[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 thegubernator
package - Changed the
Cache
interface to useCacheItem
for storing and retrieving cached items.