Expected response data type.
Function that performs the request (e.g., cachedAxios.request
).
Stable cache id to use for this resource.
Tags to associate with id
for future invalidation.
Optional
base: AxiosRequestConfig<any>Optional Axios config; shallow-merged into the final request.
The AxiosResponse with data typed as T.
Execute a GET-like call with a stable cache id and tag registration.
base.cache
into the helper's cache config.