kittinunf / Fuse

The simple generic LRU memory/disk cache for Android written in Kotlin

Home Page:https://kittinunf.gitbook.io/fuse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exposing Put

mradzinski opened this issue · comments

Is there a reason why put isn't exposed like in any regular caching library?

There're certain use cases where you want to update the cache without getting its content, plus it isn't very convenient when used in conjunction with RxJava given its async nature.

Actually, no. It is just a overlook on my side! I will comeback and working on this.

It is probably long overdue, but I just released the new version! 1.0.0-alpha1

I think I have fixed your concerns already. If you have moved on to something else, no worries! But if you have a need to try Fuse again, please do so! Thanks