Member Junction
    Preparing search index...

    Type Alias RunViewWithCacheCheckParams

    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 RunViewWithCacheCheckParams = {
        cacheStatus?: RunViewCacheStatus;
        params: RunViewParams;
    }
    Index

    Properties

    Properties

    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.

    The standard RunView parameters