Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 .
62
func
SetCacheWithNotFound(ctx context.Context, key string) error {
63
return
DefaultClient.SetCacheWithNotFound(ctx, key)
64
}
Callers
1
TestCache
Function · 0.85
Calls
1
SetCacheWithNotFound
Method · 0.65
Tested by
1
TestCache
Function · 0.68