pamelafox / lscache

A localStorage-based memcache-inspired client-side caching library.
Other
1.46k stars 160 forks source link

Feature request. Session storage #72

Closed krishollenbeck closed 7 years ago

krishollenbeck commented 7 years ago

Not really an issue but more of a request:

Probably doesn't make sense to add session storage for a repo called lscache. But could this repo be forked ( by either you or myself ) and created to also support session storage? (sschace).

pamelafox commented 7 years ago

Hello! I won't have time to implement that, but you are welcome to do so. It probably makes most sense as a fork. I'm happy to link it from the Readme for folks looking for that, if you do implement it.

krishollenbeck commented 7 years ago

@pamelafox . Thanks for the response. Okay that sounds good. I will look into this thank you.

Edit: I've forked your repo and in the process of creating sscache. I will notify you when I am done. Should be this week sometime.

krishollenbeck commented 7 years ago

Here's the sscache or session-storage-cache urls.

I renamed both the npm registry and github repo. To session-storage-cache . But kept the API as sscache. Unfortunately sscache registry name was already taken. So hopefully that isn't to confusing. If you have any thoughts or opinions on that I am open to suggestion.