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

mtime() #33

Closed yegor256 closed 5 years ago

yegor256 commented 5 years ago

Let's add mtime() method to check the time of modification of the key.

yegor256 commented 5 years ago

dup of #28