Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CacheKeyWillBeUsedParam<T>

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

Type parameters

  • T

    type of the cache data

Hierarchy

Index

Properties

access

Access modes

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

The set of requests received from reading.

Generated using TypeDoc