MCPcopy
hub / github.com/dosco/graphjin / SubmitRefreshWithOptions

Method SubmitRefreshWithOptions

core/cache.go:77–77  ·  view source on GitHub ↗
(key string, fn RefreshFnWithOptions)

Source from the content-addressed store, hash-verified

75// store SWR refresh results with per-entry cache lifetime options.
76type SWRRefresherWithOptions interface {
77 SubmitRefreshWithOptions(key string, fn RefreshFnWithOptions) bool
78}
79
80// Cache provides local in-memory caching for APQ and introspection

Callers 1

fragmentCacheGetMethod · 0.65

Implementers 3

fakeOptionSWRCachecore/swr_test.go
MemoryCacheserv/cache_memory.go
RedisCacheserv/cache_redis.go

Calls

no outgoing calls

Tested by

no test coverage detected