Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/ clear
Method
clear
src/Adapters/Cache/InMemoryCache.js:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
clear() {
57
this.cache = Object.create(null);
58
}
59
}
60
61
export
default InMemoryCache;
Callers
nothing calls this directly
Calls
1
create
Method · 0.80
Tested by
no test coverage detected