MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / SetCacheWithNotFound

Function SetCacheWithNotFound

pkg/cache/cache.go:62–64  ·  view source on GitHub ↗

SetCacheWithNotFound .

(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

60
61// SetCacheWithNotFound .
62func SetCacheWithNotFound(ctx context.Context, key string) error {
63 return DefaultClient.SetCacheWithNotFound(ctx, key)
64}

Callers 1

TestCacheFunction · 0.85

Calls 1

SetCacheWithNotFoundMethod · 0.65

Tested by 1

TestCacheFunction · 0.68