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