yegor256 / zache

Zero-footprint Ruby In-Memory Thread-Safe Cache: when a naive implementation is enough
https://www.yegor256.com/2019/02/05/zache.html
MIT License
41 stars 6 forks source link

"dirty" config for get() #21

Closed yegor256 closed 5 years ago

yegor256 commented 5 years ago

Let's make it possible to return the dirty (previously calculated value) if calculation is still in progress.

yegor256 commented 5 years ago

@rultor release, tag is 0.5.0

rultor commented 5 years ago

@rultor release, tag is 0.5.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 5 years ago

@rultor release, tag is 0.5.0

@yegor256 Done! FYI, the full log is here (took me 2min)