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

Method Set

api/pkg/cache/cache.go:10–10  ·  view source on GitHub ↗
(ctx context.Context, key string, value string, ttl time.Duration)

Source from the content-addressed store, hash-verified

8// Cache stores items temporarily
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

fireEventFunction · 0.65
pollMessageStatusFunction · 0.65
fetchOutstandingMessageFunction · 0.65
uploadBulkFileFunction · 0.65
fetchBulkMessagesFunction · 0.65
searchMessagesFunction · 0.65
TestReceiveSMS_EncryptedFunction · 0.65
SetMethod · 0.65
SetMethod · 0.65
newRequestMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 9

fireEventFunction · 0.52
pollMessageStatusFunction · 0.52
fetchOutstandingMessageFunction · 0.52
uploadBulkFileFunction · 0.52
fetchBulkMessagesFunction · 0.52
searchMessagesFunction · 0.52
TestReceiveSMS_EncryptedFunction · 0.52