iamsinghrajat/async-cache

maxsize support for AsyncTTL

Closed this issue · 3 comments

is it possible to set maxsize for AsyncTTL as for AsyncLRU?

@kamikaze, maxsize is currently only supported in AsyncLRU, but I agree it might also be useful with AsyncTTL.

then it will be obvious that it is enough with a single decorator with many options :)

@kamikaze released async-cache 1.1.0 with maxsize support for AsyncTTL.