Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ Getter
Interface
Getter
gcache/gchace.go:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
)
18
19
type
Getter
interface
{
20
Get(key string) ([]byte, error)
21
}
22
23
type
GetterFunc
func
(key string) ([]byte, error)
24
Callers
8
ReqVersion
Method · 0.65
ClientIP
Function · 0.65
GetAnnouncementById
Function · 0.65
send
Function · 0.65
Build
Method · 0.65
main
Function · 0.65
main
Function · 0.65
Push
Method · 0.65
Implementers
5
Lru
LRU/list.go
LRU
gcache/lru.go
Group
gcache/gchace.go
cache
sql-redis/main.go
config
hconfig/hconfig.go
Calls
no outgoing calls
Tested by
no test coverage detected