Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CachedResponseWillBeUsedParam<T>

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

Type parameters

  • T

    type of the cache data

Hierarchy

Index

Properties

cacheName

cacheName: string

Name of the cache for the resource

cachedResponse

cachedResponse: Optional<ResponseData<T>>

The cached ResponseData from the global cache.

fetcher

fetcher: Fetcher<T>

Fetches data

keyFactory

keyFactory: KeyFactory

Procudes key for the cache

request

Generated using TypeDoc