GraphCache
Browse all 27 domain entities categorized under GraphCache in the mcp Architecture Docs architecture documentation.
GraphCache Class — mcp Architecture
Architecture documentation for the GraphCache class in graph-cache.ts from the mcp codebase.
GraphCache Domain — mcp Architecture
A high-performance indexing and caching system for raw code-graph data returned by the Supermodel API. Architectural overview of the GraphCache domain in the mcp codebase. Contains 3 source files.
graph-cache.test.ts — mcp Source File
Architecture documentation for graph-cache.test.ts, a typescript file in the mcp codebase.
graph-cache.ts — mcp Source File
Architecture documentation for graph-cache.ts, a typescript file in the mcp codebase.
graph-types.ts — mcp Source File
Architecture documentation for graph-types.ts, a typescript file in the mcp codebase.
createMockIndexedGraph() — mcp Function Reference
Architecture documentation for the createMockIndexedGraph() function in graph-cache.test.ts from the mcp codebase.
buildIndexes() — mcp Function Reference
Architecture documentation for the buildIndexes() function in graph-cache.ts from the mcp codebase.
constructor() — mcp Function Reference
Architecture documentation for the constructor() function in graph-cache.ts from the mcp codebase.
detectRepo() — mcp Function Reference
Architecture documentation for the detectRepo() function in graph-cache.ts from the mcp codebase.
detectRepoName() — mcp Function Reference
Architecture documentation for the detectRepoName() function in graph-cache.ts from the mcp codebase.
evictOldest() — mcp Function Reference
Architecture documentation for the evictOldest() function in graph-cache.ts from the mcp codebase.
evictStale() — mcp Function Reference
Architecture documentation for the evictStale() function in graph-cache.ts from the mcp codebase.
get() — mcp Function Reference
Architecture documentation for the get() function in graph-cache.ts from the mcp codebase.
has() — mcp Function Reference
Architecture documentation for the has() function in graph-cache.ts from the mcp codebase.
loadCacheFromDisk() — mcp Function Reference
Architecture documentation for the loadCacheFromDisk() function in graph-cache.ts from the mcp codebase.
normalizePath() — mcp Function Reference
Architecture documentation for the normalizePath() function in graph-cache.ts from the mcp codebase.
precacheForDirectory() — mcp Function Reference
Architecture documentation for the precacheForDirectory() function in graph-cache.ts from the mcp codebase.
resolveOrFetchGraph() — mcp Function Reference
Architecture documentation for the resolveOrFetchGraph() function in graph-cache.ts from the mcp codebase.
sanitizeFileName() — mcp Function Reference
Architecture documentation for the sanitizeFileName() function in graph-cache.ts from the mcp codebase.
saveCacheToDisk() — mcp Function Reference
Architecture documentation for the saveCacheToDisk() function in graph-cache.ts from the mcp codebase.
set() — mcp Function Reference
Architecture documentation for the set() function in graph-cache.ts from the mcp codebase.
setNoApiFallback() — mcp Function Reference
Architecture documentation for the setNoApiFallback() function in graph-cache.ts from the mcp codebase.
setRepoMap() — mcp Function Reference
Architecture documentation for the setRepoMap() function in graph-cache.ts from the mcp codebase.
status() — mcp Function Reference
Architecture documentation for the status() function in graph-cache.ts from the mcp codebase.
Eviction — mcp Architecture
Enforces limits on max graphs and nodes in memory. Architecture documentation for the Eviction subdomain (part of GraphCache domain) in the mcp codebase. Contains 0 source files.
Indexing — mcp Architecture
Transforms raw IR into optimized Map-based search indexes. Architecture documentation for the Indexing subdomain (part of GraphCache domain) in the mcp codebase. Contains 0 source files.
Persistence — mcp Architecture
Handles JSON serialization for disk-based caching. Architecture documentation for the Persistence subdomain (part of GraphCache domain) in the mcp codebase. Contains 0 source files.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free