Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceHandler<T>

Provides the resource-to-cache strategy for the Resource.

Type parameters

  • T

    type of the data that is being passed from the Resource to the global cache.

Hierarchy

  • ResourceHandler

Implemented by

Index

Properties

Properties

handle

handle: (param: ResourceHandlerParam<T>) => Promise<ResponseData<T>>

Handles the resource-to-cache logic.

Type declaration

Generated using TypeDoc