RunViewWithCacheCheckParams: {
    cacheStatus?: RunViewCacheStatus;
    params: RunViewParams;
}

Parameters for a single RunView request with optional cache status. When cacheStatus is provided, the server will check if the cache is current before executing the full query.

Type declaration

  • Optional cacheStatus?: RunViewCacheStatus

    Optional cache status from the client. If provided, the server will check if the cached data is still current before returning results. If not provided, the server will always execute the query.

  • params: RunViewParams

    The standard RunView parameters