i'm searching for a good java script in-memory cache lib to cache client side calculation results.
My requirements:
- works in Internet Explorer, FireFox, Safari, Opera, Chrome, others a plus
- stable
- mature
- small
- fast
- cache strategies should be configurable
- several caches in one page, each with different eviciton strategy
- LFU, LRU a plus
which one do you use in your web project? which one can you recommend?