Skip to content

Release v4.5.0

Choose a tag to compare

@awolverp awolverp released this 31 Jan 11:44
· 198 commits to main since this release

cached and cachedmethod improved

Now cachebox uses threading.Lock for sync functions, and asyncio.Lock for async functions to avoid cache stampede. These changes fix #15 and #20 issues.

Thanks to