(key []byte)
| 35 | } |
| 36 | |
| 37 | func (c operationResponseCache[Key, Response]) key(key []byte) string { |
| 38 | return c.operationID + "-" + string(key) |
| 39 | } |
| 40 | |
| 41 | // AttemptCache attempts to cache the given value, associated with the given key, |
| 42 | // within the underlying RawBytesDataCacher. It marshals both the key and value |
no outgoing calls
no test coverage detected