Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GoesToEleven/golang-web-dev
/ Set
Method
Set
000_temp/44_class/13_interface/cache/main.go:4–4 ·
view source on GitHub ↗
(k string, val interface{})
Source
from the content-addressed store, hash-verified
2
3
type
Cache
interface
{
4
Set(k string, val
interface
{})
5
Get(k string)
interface
{}
6
}
Callers
15
dog
Function · 0.65
dog
Function · 0.65
dog
Function · 0.65
dog
Function · 0.65
dog
Function · 0.65
dog
Function · 0.65
dog
Function · 0.65
dog
Function · 0.65
GetUser
Method · 0.65
CreateUser
Method · 0.65
GetUser
Method · 0.65
CreateUser
Method · 0.65
Implementers
2
memCache
000_temp/44_class/12_interface/main.go
MemCache
000_temp/44_class/13_interface/memcach
Calls
no outgoing calls
Tested by
no test coverage detected