Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "actions/update-data-cache"

Index

Type aliases

UpdateDataCacheAction

UpdateDataCacheAction: ReduxStandardAction<"UPDATE_DATA_CACHE", object>

Functions

createUpdateDataCacheAction

  • Creates an action which when dispatched informs the sources reducer to update the data cached for a given data source with the given data

    Type parameters

    • C

    Parameters

    • id: number
    • cache: C

    Returns UpdateDataCacheAction<C>

Generated using TypeDoc