MCPcopy
hub / github.com/justauth/JustAuth / get

Method get

src/main/java/me/zhyd/oauth/cache/AuthCache.java:34–34  ·  view source on GitHub ↗

获取缓存 @param key 缓存KEY @return 缓存内容

(String key)

Source from the content-addressed store, hash-verified

32 * @return 缓存内容
33 */
34 String get(String key);
35
36 /**
37 * 是否存在key,如果对应key的value值已过期,也返回false

Callers 15

cache1Method · 0.65
cache2Method · 0.65
getMethod · 0.65
getMethod · 0.65
containsKeyMethod · 0.65
getMethod · 0.65
doGetUserInfoMethod · 0.65
doGetRevokeMethod · 0.65
getUserInfoMethod · 0.65
getUserInfoMethod · 0.65
getUserInfoMethod · 0.65

Implementers 1

AuthDefaultCachesrc/main/java/me/zhyd/oauth/cache/Auth

Calls

no outgoing calls

Tested by 2

cache1Method · 0.52
cache2Method · 0.52