Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
cache1
Method · 0.65
cache2
Method · 0.65
get
Method · 0.65
get
Method · 0.65
containsKey
Method · 0.65
get
Method · 0.65
doGetAuthorizationCode
Method · 0.65
doGetUserInfo
Method · 0.65
doGetRevoke
Method · 0.65
getUserInfo
Method · 0.65
getUserInfo
Method · 0.65
getUserInfo
Method · 0.65
Implementers
1
AuthDefaultCache
src/main/java/me/zhyd/oauth/cache/Auth
Calls
no outgoing calls
Tested by
2
cache1
Method · 0.52
cache2
Method · 0.52