cashews
cashews copied to clipboard
Cache with async power
## Summary Fixes #397 - Tags now work correctly with nested attributes in cache key templates. ## Problem When using `@cache` decorator with tags and key templates containing nested attributes...
## Bug Description When using the `@cache` decorator with both `tags` parameter and key templates containing multiple nested attributes from the same object (e.g., `{data.first}` and `{data.second}`), the decorator fails...
Hey together :) awesome project 👍 I really like the way its built! I have found a bug/question not sure yet ;) I've setup a FastAPI application and setup two...
Currently `xxhash` can be installed as a part of the `speedup` extra, but only used to speed up bloom filters. Is there a reason why now `digestmod` can't benefit from...