Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-openapi/spec
/ Set
Method
Set
cache.go:14–14 ·
view source on GitHub ↗
(uri string, data any)
Source
from the content-addressed store, hash-verified
12
type
ResolutionCache
interface
{
13
Get(uri string) (any, bool)
14
Set(uri string, data any)
15
}
16
17
type
simpleCache
struct
{
Callers
5
baseForRoot
Function · 0.65
load
Method · 0.65
setSchemaID
Method · 0.65
resolutionContextServer
Function · 0.65
TestDefaultResolutionCache
Function · 0.65
Implementers
1
simpleCache
cache.go
Calls
no outgoing calls
Tested by
2
resolutionContextServer
Function · 0.52
TestDefaultResolutionCache
Function · 0.52