MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / Get

Method Get

api/pkg/cache/cache.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

9type Cache interface {
10 Set(ctx context.Context, key string, value string, ttl time.Duration) error
11 Get(ctx context.Context, key string) (value string, err error)
12}

Callers 15

GetMethod · 0.65
GetMethod · 0.65
AppMethod · 0.65
RegisterSwaggerRoutesMethod · 0.65
validateAttachmentURLFunction · 0.65
parseFileMethod · 0.65
ValidateStoreMethod · 0.65
ValidateUpdateMethod · 0.65
BearerAPIKeyAuthFunction · 0.65
BearerAuthFunction · 0.65
getAPIKeyFromRequestFunction · 0.65
PhoneAPIKeyAuthFunction · 0.65

Implementers 2

memoryCacheapi/pkg/cache/memory_cache.go
redisCacheapi/pkg/cache/redis_cache.go

Calls

no outgoing calls

Tested by

no test coverage detected