Release allows compliant implementations to reclaim buffers back into a pool for memory efficiency
([]byte)
| 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() |
| 50 | } |
| 51 |
no outgoing calls
no test coverage detected