MCPcopy Create free account
hub / github.com/MicrosoftDocs/mcp /

Class

cli/src/mcp/cache.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45class FileLearnSessionCacheStore implements LearnSessionCacheStore {
46 private readonly cacheFilePath: string;
47 private readonly ttlMs: number;
48 private readonly now: () => number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected