Type Alias JsonApiWithCacheOptions

JsonApiWithCacheOptions: { cacheKey?: string; withCache?: boolean }

Type declaration

  • OptionalcacheKey?: string

    The cache key to use.

  • OptionalwithCache?: boolean

    Set withCache if you want to store and retrieve the resource from cache.