Reference

AppRouterCacheEntry

Stores a cached route response body and its expiration metadata.

Signature

interface AppRouterCacheEntry

Members

body: string
cacheControl: string
expiresAt: number
headers?: Record<string, string>
path: string
schemaVersion?: 2
status: number
strictTransportSecurity?: string