Skip to content

v0.3.0

Choose a tag to compare

@grischaerbe grischaerbe released this 09 Jul 20:16
· 21 commits to master since this release

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