v0.1.3
- added
cache: false
option toget()
. When called withcache: false
,get()
will not cache found values in the process dictionary of the calling process - added support for optimized key-specific dictionary lookup, available when using elixir 1.17+ and OTP 27.0+