This constructor is for internal use only. No guarantees are made that it will not change in non-breaking releases
Returns the result of the query. This function will cache the result by default if the body has not changed since the last fetch.
Returns the result of the query. This function will cache the result by default if the body has not changed since the last fetch.
Determines whether to recompute the query, even if the cache is valid.
TResult - The result of the query.
Generated using TypeDoc
This class represents a query who's result is cached by a Store.
Do not instantiate this class directly. Instead, get an instance from
Store.createQuery
.