api_cache icon indicating copy to clipboard operation
api_cache copied to clipboard

Get cached value without calling block?

Open axelson opened this issue 8 years ago • 0 comments

So I have multiple values that I want to fetch in bulk but cache separately, is that possible with this gem? I think I could achieve this by fetching each key individually and then storing them individually, but this seems to be circumventing the library. Is there a better way to accomplish this?

axelson avatar Aug 28 '17 21:08 axelson