(clientKey string)
| 13 | Lookup(key string, index int) (string, error) // pass through to keyResolver |
| 14 | GetClientForKey(key string, index int) (any, error) |
| 15 | GetClientForClientKey(clientKey string) (any, error) |
| 16 | GetAllClients() ([]any, error) |
| 17 | // Evict removes the cached entry for the given key and runs its |
| 18 | // release fn. |
no outgoing calls
no test coverage detected