NEWS.md
cache_disk()
gains a read_fn
, write_fn
and extension
arguments, to allow specifying custom formats for serializing object to disk. (@jimhester)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)
cache_mem()
. (#7)