Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CacheDidUpdateParam<T>

An object to be received by the ResourcePlugin's "cacheDidUpdate" 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

newResponse

newResponse: ResponseData<T>

The new ResponseData processed by the cacheWillUpdate

oldResponse

oldResponse: Optional<ResponseData<T>>

The original ResponseData received from the ResourceHandler

request

The set of requests received from reading.

Generated using TypeDoc