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

Method get

src/Adapters/Cache/CacheAdapter.js:12–12  ·  view source on GitHub ↗

* Get a value in the cache * @param {String} key Cache key to get * @return {Promise} that will eventually resolve to the value in the cache.

(key)

Source from the content-addressed store, hash-verified

10 * @return {Promise} that will eventually resolve to the value in the cache.
11 */
12 get(key) {}
13
14 /**
15 * Set a value in the cache

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected