MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / userExampleCache

Struct userExampleCache

internal/cache/userExample.go:38–40  ·  view source on GitHub ↗

userExampleCache define a cache struct

Source from the content-addressed store, hash-verified

36
37// userExampleCache define a cache struct
38type userExampleCache struct {
39 cache cache.Cache
40}
41
42// NewUserExampleCache new a cache
43func NewUserExampleCache(cacheType *database.CacheType) UserExampleCache {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected