v0.3.0
Features
cache.isCached(key)returns whether a cacheable is present and valid (i.e., did not time out)- No more
setTimeout, therefore less memory leak potential, no cleanup necessary - Tests now also include timing edge cases
cache.isCached(key) returns whether a cacheable is present and valid (i.e., did not time out)setTimeout, therefore less memory leak potential, no cleanup necessary