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