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

Struct clientCacheImpl

common/client_cache.go:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 clientCacheImpl struct {
36 keyResolver keyResolver
37 clientProvider clientProvider
38
39 cacheLock sync.RWMutex
40 clients map[string]cachedEntry
41
42 logger log.Logger
43 }
44)
45
46// NewClientCache creates a new client cache based on membership

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected