Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FetchDidSucceedParam<T>

An object to be received by the ResourcePlugin's "fetchDidSucceed" property.

Type parameters

  • T

    type of the cache data

Hierarchy

Index

Properties

cacheName

cacheName: string

Name of the cache for the resource

fetcher

fetcher: Fetcher<T>

Fetches data

keyFactory

keyFactory: KeyFactory

Procudes key for the cache

request

Request processed by the requestWillFetch.

response

response: ResponseData<T>

Result of the Fetcher

Generated using TypeDoc