(item *memcache.Item)
| 46 | GetMulti(ctx context.Context, keys []string, opts ...memcache.Option) (map[string]*memcache.Item, error) |
| 47 | Set(item *memcache.Item) error |
| 48 | Add(item *memcache.Item) error |
| 49 | Delete(key string) error |
| 50 | Decrement(key string, delta uint64) (uint64, error) |
| 51 | Increment(key string, delta uint64) (uint64, error) |
no outgoing calls
no test coverage detected