Invalidate
constructor(key: InfiniteQueryKey<T, S>, revision: String, marker: Marker = Marker.None, callback: QueryCallback<QueryChunks<T, S>>? = null)
Parameters
key
Instance of a class implementing InfiniteQueryKey.
revision
The revision of the data to be invalidated.
marker
The marker with additional information based on the caller of a query.
callback
The callback to receive the result of the query.