( ctx context.Context, key string, data []byte, refs []RowRef, queryStartTime time.Time, opts CacheEntryOptions, )
| 41 | // providers that can honor per-entry cache lifetime options. |
| 42 | type ResponseCacheProviderWithOptions interface { |
| 43 | SetWithOptions( |
| 44 | ctx context.Context, |
| 45 | key string, |
| 46 | data []byte, |
no outgoing calls
no test coverage detected