This retrieves a single entry from memcache.
(key string)
| 128 | type Client interface { |
| 129 | // This retrieves a single entry from memcache. |
| 130 | Get(key string) GetResponse |
| 131 | |
| 132 | // Batch version of the Get method. |
| 133 | GetMulti(keys []string) map[string]GetResponse |
no outgoing calls