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

Method del

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

Source from the content-addressed store, hash-verified

30 }
31
32 del(key) {
33 const cacheKey = joinKeys(this.prefix, key);
34 return this.cache.del(cacheKey);
35 }
36
37 clear() {
38 return this.cache.clear();

Callers 2

delMethod · 0.45
deleteSchemaMethod · 0.45

Calls 1

joinKeysFunction · 0.85

Tested by

no test coverage detected