Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
store
interface
{
10
Set(key string, value
interface
{}, ttl time.Duration) error
11
GetBytes(key string) ([]byte, error)
12
}
13
14
type
Cache
struct
{
Callers
1
GetBytes
Method · 0.65
Implementers
1
Cache
internal/storage/redis/cache.go
Calls
no outgoing calls
Tested by
no test coverage detected