Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro/go-micro
/ memoryStore
Struct
memoryStore
store/memory.go:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
type
memoryStore
struct
{
29
options Options
30
31
store *cache.Cache
32
}
33
34
type
storeRecord
struct
{
35
expiresAt time.Time
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected