MCPcopy 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
14type Cache struct {
15 store store
16}
17
18func NewCache(s store) *Cache {
19 return &Cache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected