Returns the name of the cache key generated for the query
(ctx context.Context, query string)
| 5 | type KeyProvider interface { |
| 6 | // Returns the name of the cache key generated for the query |
| 7 | CacheKey(ctx context.Context, query string) string |
| 8 | } |
| 9 | |
| 10 | type PrefixKeyProvider struct { |
no outgoing calls
no test coverage detected