MCPcopy Index your code
hub / github.com/parse-community/parse-server /

Class

src/Controllers/CacheController.js:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * eg "Role" or "Session"
14 */
15export class SubCache {
16 constructor(prefix, cacheController, ttl) {
17 this.prefix = prefix;
18 this.cache = cacheController;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected