tkem/cachetools

Async support

Closed this issue · 1 comments

Is this module supporting or planning to support async functions?

Like:

@cached(cache=TTLCache(maxsize=16, ttl=600))
async def get_resource(some_params):
     pass
tkem commented

Please see #192, #172, #137, #92 and possibly a few others.