(ctx context.Context, key string)
| 44 | // Remove(ctx context.Context, key []string) |
| 45 | Fetch(ctx context.Context, keys []string) (found []string, bufs [][]byte, missing []string) |
| 46 | FetchKey(ctx context.Context, key string) (buf []byte, found bool) |
| 47 | // Release allows compliant implementations to reclaim buffers back into a pool for memory efficiency |
| 48 | Release([]byte) |
| 49 | Stop() |
no outgoing calls