Reference
createMemoryRouteCache
Creates an in-memory route response cache for app-router rendering. The cache is process-local, evicts expired entries during reads/writes, and is suitable for development, tests, or single-process deployments that do not need shared invalidation.
Signature
function createMemoryRouteCache(options: MemoryRouteCacheOptions): AppRouterCache