GraphCache
Browse all 26 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 LRU and disk-persisted caching system for indexed code representations. 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. 5 imports, 0 dependents.
graph-cache.ts — mcp Source File
Architecture documentation for graph-cache.ts, a typescript file in the mcp codebase. 12 imports, 5 dependents.
graph-types.ts — mcp Source File
Architecture documentation for graph-types.ts, a typescript file in the mcp codebase. 0 imports, 2 dependents.
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.
LruManagement — mcp Architecture
Enforces node and graph count limits to prevent memory leaks Architecture documentation for the LruManagement subdomain (part of GraphCache domain) in the mcp codebase. Contains 2 source files.
Persistence — mcp Architecture
Saves and loads JSON graph snapshots from the local file system 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