Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
joinKeys
Function · 0.85
del
Method · 0.45
Tested by
no test coverage detected