api_cache
api_cache copied to clipboard
Get cached value without calling block?
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?