MCPcopy Create free account
hub / github.com/VPSDance/ai-proxy-rules /

Class

scripts/sync/cache.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16const STALE_CACHE_DAYS = 30;
17
18export class FetchCache {
19 private warnings: CacheWarning[] = [];
20 private staleWarnings: StaleCacheWarning[] = [];
21 private indexCache: Record<string, string> | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected