Home / Type/ CacheEntry Type — mcp Architecture

CacheEntry Type — mcp Architecture

Architecture documentation for the CacheEntry type/interface in graph-cache.ts from the mcp codebase.

Entity Profile

Dependency Diagram

graph TD
  72c2a1b3_0105_543c_f5b9_671752a0aa50["CacheEntry"]
  108c9ff4_bdb8_518a_9256_9ff4cd9d39a7["graph-cache.ts"]
  72c2a1b3_0105_543c_f5b9_671752a0aa50 -->|defined in| 108c9ff4_bdb8_518a_9256_9ff4cd9d39a7
  style 72c2a1b3_0105_543c_f5b9_671752a0aa50 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/cache/graph-cache.ts lines 64–69

interface CacheEntry {
  graph: IndexedGraph;
  nodeCount: number;
  lastAccessed: number;
  createdAt: number;
}

Frequently Asked Questions

What is the CacheEntry type?
CacheEntry is a type/interface in the mcp codebase, defined in src/cache/graph-cache.ts.
Where is CacheEntry defined?
CacheEntry is defined in src/cache/graph-cache.ts at line 64.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free