MCPcopy Create free account
hub / github.com/devfeel/dotweb / GetString

Method GetString

cache/cache.go:14–14  ·  view source on GitHub ↗

GetString returns value string format by given key

(key string)

Source from the content-addressed store, hash-verified

12 Get(key string) (interface{}, error)
13 // GetString returns value string format by given key
14 GetString(key string) (string, error)
15 // GetInt returns value int format by given key
16 GetInt(key string) (int, error)
17 // GetInt64 returns value int64 format by given key

Callers 4

HandleMethod · 0.65
GetAppSetFunction · 0.65
ConfigSetFunction · 0.65

Implementers 2

RuntimeCachecache/runtime/cache_runtime.go
RedisCachecache/redis/cache_redis.go

Calls

no outgoing calls

Tested by 1