Releases: kittinunf/Fuse
Releases · kittinunf/Fuse
Fuse - 1.0.0-alpha1
1.0.0-alpha1
This marks the alpha1 release for our version 1. Still, not a final version but the API surfaces should be finalized and workable.
Fuse - 0.2.0 - new
- Update to Kotlin 1.1.4-3
Fuse - 0.2.0
- Support
remove
to explicitly evict item in Cache - Add Cache Type { MEM, DISK, NOT_FOUND }
Fuse - 0.1.0
- Inception of Fuse
- Support
put
,get
interfaces for save, retrieve value from cache respectively.