CacheEntry: {
    body: any;
    date: number;
    duration: number;
    headers: { [x: string]: OutgoingHttpHeaderValue };
    status: number;
}

Type declaration

  • body: any

    Response body

  • date: number

    Cache entry date

  • duration: number

    Cache entry duration

  • headers: { [x: string]: OutgoingHttpHeaderValue }

    Response headers

  • status: number

    Status of response