MCPcopy Create free account
hub / github.com/parse-community/parse-server / get

Method get

src/Controllers/CacheController.js:22–25  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

20 }
21
22 get(key) {
23 const cacheKey = joinKeys(this.prefix, key);
24 return this.cache.get(cacheKey);
25 }
26
27 put(key, value, ttl) {
28 const cacheKey = joinKeys(this.prefix, key);

Callers 9

constructorMethod · 0.45
getOneSchemaMethod · 0.45
setPermissionsMethod · 0.45
validatePermissionMethod · 0.45
getMethod · 0.45
configMethod · 0.45

Calls 1

joinKeysFunction · 0.85

Tested by

no test coverage detected