MCPcopy
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
3type Cache interface {
4 Set(k string, val interface{})
5 Get(k string) interface{}
6}

Callers 15

dogFunction · 0.65
dogFunction · 0.65
dogFunction · 0.65
dogFunction · 0.65
dogFunction · 0.65
dogFunction · 0.65
dogFunction · 0.65
dogFunction · 0.65
GetUserMethod · 0.65
CreateUserMethod · 0.65
GetUserMethod · 0.65
CreateUserMethod · 0.65

Implementers 2

memCache000_temp/44_class/12_interface/main.go
MemCache000_temp/44_class/13_interface/memcach

Calls

no outgoing calls

Tested by

no test coverage detected