I'm looking for a client-side javascript cache library
Ideally, this is the feature list I'd like to have
- no dependencies
- simple
- time expiration support
- use localStorage if available, and fallback to array
- actively developed
I've found a few options, but they don't seem to be particularly active
Related questions at SO are a bit ancient too...
https://github.com/monsur/jscache (this is the most promising one)
http://www.dustindiaz.com/javascript-cache-provider
What JavaScript cache can you recommend
http://sourceforge.net/projects/jsoc/
https://github.com/jeromeetienne/MicroCache.js/blob/master/microcache.js
actively developed
? how much active development does a utility that works require? – Giuseppe