Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/ del
Method
del
src/Adapters/Cache/NullCacheAdapter.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
del() {
15
return
Promise.resolve();
16
}
17
18
clear() {
19
return
Promise.resolve();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected