(key string, opts ...memcache.Option)
| 29 | GetMulti(ctx context.Context, keys []string, opts ...memcache.Option) (map[string]*memcache.Item, error) |
| 30 | Set(item *memcache.Item) error |
| 31 | Get(key string, opts ...memcache.Option) (*memcache.Item, error) |
| 32 | Close() |
| 33 | } |
| 34 |
no outgoing calls