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

Method put

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

* Set a value in the cache * @param {String} key Cache key to set * @param {String} value Value to set the key * @param {String} ttl Optional TTL

(key, value, ttl)

Source from the content-addressed store, hash-verified

18 * @param {String} ttl Optional TTL
19 */
20 put(key, value, ttl) {}
21
22 /**
23 * Remove a value from the cache.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected