MCPcopy 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

4const KEY_SEPARATOR_CHAR = ':';
5
6function 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

getMethod · 0.85
putMethod · 0.85
delMethod · 0.85
getMethod · 0.85
putMethod · 0.85
delMethod · 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…