MCPcopy Create free account
hub / github.com/code100x/daily-code / Cache.ts

File Cache.ts

packages/db/Cache.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ICache } from '../../apps/web/lib/cache/cache';
2import { InMemoryCache } from '../../apps/web/lib/cache/in-memory-cache';
3import { RedisCache } from '../../apps/web/lib/cache/redis-cache';
4

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected