Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/ joinKeys
Function
joinKeys
src/Controllers/CacheController.js:6–8 ·
view source on GitHub ↗
(...keys)
Source
from the content-addressed store, hash-verified
4
const
KEY_SEPARATOR_CHAR =
':'
;
5
6
function
joinKeys(...keys) {
7
return
keys.join(KEY_SEPARATOR_CHAR);
8
}
9
10
/**
11
* Prefix all calls to the cache via a prefix string, useful when grouping Cache by object
type
.
Callers
6
get
Method · 0.85
put
Method · 0.85
del
Method · 0.85
get
Method · 0.85
put
Method · 0.85
del
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…