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

Add method clean #13

Closed Qew7 closed 5 years ago

Qew7 commented 5 years ago

@yegor256 see issue https://github.com/yegor256/zache/issues/3

yegor256 commented 5 years ago

@Qew7 if you test this code with Threads, you will see that it crashes with null pointer exception sometimes.

Qew7 commented 5 years ago

@Qew7 ive remade method logic, what it your opinion now?

yegor256 commented 5 years ago

@rultor merge

rultor commented 5 years ago

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 5 years ago

@rultor merge

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