Hacker News new | ask | show | jobs
by wasabi991011 313 days ago
How does this compare to decorating with @functions.cache?
1 comments

Hey, functools.cache is definitely simpler and would be sufficient for most basic cases. But I was thinking of multi-tenant and context aware scenario's - that's why went with different strategy.