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

Update get method, add exists? method #7

Closed shindakioku closed 5 years ago

shindakioku commented 5 years ago

image

yegor256 commented 5 years ago

@shindakioku you put two changes in the same PR, which is not a good practice and it already conflicts with #8. Please, leave just the lambda modifications here.