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: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
del
Method · 0.45
deleteSchema
Method · 0.45
Calls
1
joinKeys
Function · 0.85
Tested by
no test coverage detected