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

Struct KeysCache

internal/storage/redis/key-cache.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type KeysCache struct {
13 client *redis.Client
14 wt time.Duration
15 rt time.Duration
16}
17
18func NewKeysCache(c *redis.Client, wt time.Duration, rt time.Duration) *KeysCache {
19 return &KeysCache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected