Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/ put
Method
put
src/Controllers/CacheController.js:56–59 ·
view source on GitHub ↗
(key, value, ttl)
Source
from the content-addressed store, hash-verified
54
}
55
56
put(key, value, ttl) {
57
const
cacheKey = joinKeys(this.appId, key);
58
return
this.adapter.put(cacheKey, value, ttl);
59
}
60
61
del(key) {
62
const
cacheKey = joinKeys(this.appId, key);
Callers
nothing calls this directly
Calls
2
joinKeys
Function · 0.85
put
Method · 0.45
Tested by
no test coverage detected