MCPcopy
hub / github.com/hatchet-dev/hatchet / Set

Method Set

pkg/repository/cache/cache.go:11–11  ·  view source on GitHub ↗

Set sets a value in the cache with the given key

(key string, value interface{})

Source from the content-addressed store, hash-verified

9type Cacheable interface {
10 // Set sets a value in the cache with the given key
11 Set(key string, value interface{})
12
13 // Get gets a value from the cache with the given key
14 Get(key string) (interface{}, bool)

Callers 15

GetMethod · 0.65
DeleteMethod · 0.65
TaskMethod · 0.65
DurableTaskMethod · 0.65
mainFunction · 0.65
newFromOptsFunction · 0.65
WithMetadataFunction · 0.65
ReportSnapshotMethod · 0.65

Implementers 1

Cachepkg/repository/cache/cache.go

Calls

no outgoing calls