MCPcopy
hub / github.com/uselotus/lotus / Set

Method Set

go/event-ingestion/cache/cache.go:14–14  ·  view source on GitHub ↗
(key string, value interface{}, expiration *time.Duration)

Source from the content-addressed store, hash-verified

12type Cache interface {
13 Get(key string) (string, error)
14 Set(key string, value interface{}, expiration *time.Duration) error
15}
16
17type RedisCache struct {

Callers 4

SetMethod · 0.65
MiddlewareFunction · 0.65
MiddlewareFunction · 0.65
posthogTrackFunction · 0.65

Implementers 1

RedisCachego/event-ingestion/cache/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected