MCPcopy Create free account
hub / github.com/parse-community/parse-server /

Class

src/LiveQuery/SessionTokenCache.js:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16class SessionTokenCache {
17 cache: Object;
18
19 constructor(timeout: number = 30 * 24 * 60 * 60 * 1000, maxSize: number = 10000) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected