Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
store
interface
{
10
Set(key string, value
interface
{}, ttl time.Duration) error
11
GetBytes(key string) ([]byte, error)
12
}
13
Callers
15
StoreBytes
Method · 0.65
rewriteHttpAuthHeader
Function · 0.65
Set
Method · 0.65
Set
Method · 0.65
Set
Method · 0.65
Set
Method · 0.65
Set
Method · 0.65
RunSteps
Method · 0.65
setHttpRequestAuthHeader
Function · 0.65
createHttpRequest
Method · 0.65
getAzureChatCompletionHandler
Function · 0.65
getPassThroughHandler
Function · 0.65
Implementers
1
Cache
internal/storage/redis/cache.go
Calls
no outgoing calls
Tested by
1
chatCompletionRequest
Function · 0.52