• Fixed #38: With a cache_mem, $reset() did not fully reset the cache, and calling calling $prune() could result in an error. (#39)
  • cache_disk() gains a read_fn, write_fn and extension arguments, to allow specifying custom formats for serializing object to disk. (@jimhester)
  • Fixed #14: Fix off-by-one error when checking pruning throttling counter for cache_disk. (#15)

  • Closed #13: Added documentation for the remove() method.

  • Addressed issues with timing-sensitive tests.
  • Closed #4: Sped up pruning for cache_mem. (#5)

  • Fixed cache_mem pruning with evict="lru".

  • Fixed function declaration of C_validate_key.
  • First CRAN release.