Batch version of the Get method.
(keys []string)
| 131 | |
| 132 | // Batch version of the Get method. |
| 133 | GetMulti(keys []string) map[string]GetResponse |
| 134 | |
| 135 | // *** This method is specific to Dropbox zookeeper-managed memcache *** |
| 136 | // This is the same as GetMulti. The only difference is that GetMulti will |
no outgoing calls