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

Method Del

internal/cache/cacheNameExample.go:34–34  ·  view source on GitHub ↗
(ctx context.Context, keyNameExample keyTypeExample)

Source from the content-addressed store, hash-verified

32 Set(ctx context.Context, keyNameExample keyTypeExample, valueNameExample valueTypeExample, duration time.Duration) error
33 Get(ctx context.Context, keyNameExample keyTypeExample) (valueTypeExample, error)
34 Del(ctx context.Context, keyNameExample keyTypeExample) error
35}
36
37type cacheNameExampleCache struct {

Callers 1

DelMethod · 0.65

Implementers 5

redisCachepkg/cache/redis.go
redisClusterCachepkg/cache/redis.go
memoryCachepkg/cache/memory.go
cacheNameExampleCacheinternal/cache/cacheNameExample.go
userExampleCacheinternal/cache/userExample.go

Calls

no outgoing calls

Tested by

no test coverage detected