Skip to content

Release v4.5.0

Latest
Compare
Choose a tag to compare
@awolverp awolverp released this 31 Jan 11:44

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