patrickmn / go-cache

An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
https://patrickmn.com/projects/go-cache/
MIT License
8.16k stars 874 forks source link

Feature request: add multiple get method. #108

Open changzee opened 5 years ago

changzee commented 5 years ago

I found that there is no method can get multiple value in go-cache. I think this method is a useful for users. If it's possible, I can make a PR for it.