MCPcopy Create free account
hub / github.com/bricks-cloud/BricksLLM / Set

Method Set

internal/cache/cache.go:10–10  ·  view source on GitHub ↗
(key string, value interface{}, ttl time.Duration)

Source from the content-addressed store, hash-verified

8
9type store interface {
10 Set(key string, value interface{}, ttl time.Duration) error
11 GetBytes(key string) ([]byte, error)
12}
13

Callers 15

StoreBytesMethod · 0.65
rewriteHttpAuthHeaderFunction · 0.65
SetMethod · 0.65
SetMethod · 0.65
SetMethod · 0.65
SetMethod · 0.65
SetMethod · 0.65
RunStepsMethod · 0.65
setHttpRequestAuthHeaderFunction · 0.65
createHttpRequestMethod · 0.65
getPassThroughHandlerFunction · 0.65

Implementers 1

Cacheinternal/storage/redis/cache.go

Calls

no outgoing calls

Tested by 1

chatCompletionRequestFunction · 0.52