MCPcopy Create free account
hub / github.com/code100x/cms /

Class

src/db/Cache.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const redisUrl = process.env.REDIS_URL;
6
7export class Cache implements ICache {
8 private static instance: Cache;
9 private delegate: ICache;
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected