TODO: both cached backend clients support deletion. Should we implement? Remove(ctx context.Context, key []string)
(ctx context.Context, keys []string)
| 43 | // TODO: both cached backend clients support deletion. Should we implement? |
| 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) |
no outgoing calls