jpodwys / cache-service

A tiered caching solution for JavaScript.
MIT License
12 stars 6 forks source link

Need to have an expiration on the mset #1

Closed gechols closed 9 years ago

gechols commented 9 years ago

The set has an expiration, but I don't see one on the mset.

jpodwys commented 9 years ago

@gechols .mset() uses expirations starting in version 0.2.1. Documentation is up too, but only on github for now (not npm).