CacheEntry Type — mcp Architecture
Architecture documentation for the CacheEntry type/interface in graph-cache.ts from the mcp codebase.
Entity Profile
Source Code
src/cache/graph-cache.ts lines 64–69
interface CacheEntry {
graph: IndexedGraph;
nodeCount: number;
lastAccessed: number;
createdAt: number;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free