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

Method GetBytes

internal/cache/cache.go:11–11  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

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

Callers 1

GetBytesMethod · 0.65

Implementers 1

Cacheinternal/storage/redis/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected