maxsize support for AsyncTTL
Closed this issue · 3 comments
kamikaze commented
is it possible to set maxsize for AsyncTTL as for AsyncLRU?
iamsinghrajat commented
@kamikaze, maxsize
is currently only supported in AsyncLRU
, but I agree it might also be useful with AsyncTTL
.
kamikaze commented
then it will be obvious that it is enough with a single decorator with many options :)
iamsinghrajat commented
@kamikaze released async-cache 1.1.0
with maxsize
support for AsyncTTL.