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

Method InvalidateRows

core/cache.go:24–24  ·  view source on GitHub ↗

InvalidateRows invalidates cache entries for dependency refs.

(ctx context.Context, refs []RowRef)

Source from the content-addressed store, hash-verified

22
23 // InvalidateRows invalidates cache entries for dependency refs.
24 InvalidateRows(ctx context.Context, refs []RowRef) error
25}
26
27// CacheEntryOptions lets callers narrow cache lifetime for one entry without

Callers 4

PutMethod · 0.65
DeleteMethod · 0.65
InvalidateCacheRefsMethod · 0.65
invalidateCacheMethod · 0.65

Implementers 6

fakeSWRCachecore/swr_test.go
fakeOptionSWRCachecore/swr_test.go
fakeNoSWRCachecore/swr_test.go
recordingResponseCachecore/fstable_bridge_test.go
MemoryCacheserv/cache_memory.go
RedisCacheserv/cache_redis.go

Calls

no outgoing calls

Tested by

no test coverage detected