Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getKey
Method
getKey
quickjs/src/main/java/com/fongmi/quickjs/method/Local.java:12–14 ·
view source on GitHub ↗
(String rule, String key)
Source
from the content-addressed store, hash-verified
10
public
class
Local {
11
12
private
String getKey(String rule, String key) {
13
return
"cache_"
+ (TextUtils.isEmpty(rule) ?
""
: rule +
"_"
) + key;
14
}
15
16
@Keep
17
@JSMethod
Callers
4
get
Method · 0.95
set
Method · 0.95
delete
Method · 0.95
setHeader
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected