MCPcopy Create free account
hub / github.com/temporalio/temporal / GetClientForClientKey

Method GetClientForClientKey

common/client_cache.go:15–15  ·  view source on GitHub ↗
(clientKey string)

Source from the content-addressed store, hash-verified

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.

Callers 1

Implementers 1

clientCacheImplcommon/client_cache.go

Calls

no outgoing calls

Tested by

no test coverage detected