Changes in version 1.1.0 (2024-05-16) - Fixed #47: In some cases, with a cache_mem, removing an item could result in the spurious message "nothing to compact" being printed out. (#48) Changes in version 1.0.8 (2023-05-01) - Fixed #38: With a cache_mem, $reset() did not fully reset the cache, and calling calling $prune() could result in an error. (#39) Changes in version 1.0.7 (2023-02-24) - cache_disk() gains a read_fn, write_fn and extension arguments, to allow specifying custom formats for serializing object to disk. (@jimhester) Changes in version 1.0.6 (2021-08-19) - Fixed #14: Fix off-by-one error when checking pruning throttling counter for cache_disk. (#15) - Closed #13: Added documentation for the remove() method. Changes in version 1.0.5 (2021-05-15) - cache_mem() and cache_disk() now allow - and _ (hyphen and underscore) characters in the keys. (#9) - cache_disk() previously did not correctly throttle pruning. (#11) Changes in version 1.0.4 (2021-02-13) - More pruning speed enhancements for cache_mem(). (#7) Changes in version 1.0.3 (2021-02-04) - Addressed issues with timing-sensitive tests. Changes in version 1.0.2 (2021-02-03) - Closed #4: Sped up pruning for cache_mem. (#5) - Fixed cache_mem pruning with evict="lru". Changes in version 1.0.1 (2021-01-21) - Fixed function declaration of C_validate_key. Changes in version 1.0.0 (2021-01-18) - First CRAN release.