Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bricks-cloud/BricksLLM
/ Cache
Struct
Cache
internal/cache/cache.go:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
type
Cache
struct
{
15
store store
16
}
17
18
func
NewCache(s store) *Cache {
19
return
&Cache{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected