persistent-cache
persistent-cache copied to clipboard
Persistent cache, exposing localStorage functionality in a nicer way
I believe it should be https://guide.elm-lang.org/interop/ports.html
Love this, actually so much nicer than having to work with `Ports` to get my stuff saved! Is there some plan in the future to extend this functionality to look...
This library hasn't feature to drop cached value by key ( I can drop all keys by `PersistentCache.clear` only). It's good to have **clear with setting by key** feature as...
Should we have some sort of subscription to the persistent cache, so that we can keep the in-memory view of the cached data synced between multiple tabs?