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

Method del

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

Source from the content-addressed store, hash-verified

59 }
60
61 del(key) {
62 const cacheKey = joinKeys(this.appId, key);
63 return this.adapter.del(cacheKey);
64 }
65
66 clear() {
67 return this.adapter.clear();

Callers

nothing calls this directly

Calls 2

joinKeysFunction · 0.85
delMethod · 0.45

Tested by

no test coverage detected