SwrCacheInternal
Inheritors
Properties
Note: This property is exposed for limited use cases where you may need to call MutationKey.mutate manually. It can be useful as an escape hatch or for synchronous invocations within the data layer.
Note: This property is exposed for limited use cases where you may need to call QueryKey.fetch and InfiniteQueryKey.fetch manually. It can be useful as an escape hatch or for synchronous invocations within the data layer.
Functions
Gets the InfiniteQueryRef by the specified InfiniteQueryKey.
Retrieves data of the InfiniteQueryKey associated with the id.
Gets the MutationRef by the specified MutationKey.
Invalidates the queries by the specified InvalidateQueriesFilter.
Invalidates the queries by the specified UniqueId.
Prefetches the infinite query by the specified InfiniteQueryKey.
Removes the queries by the specified RemoveQueriesFilter.
Removes the queries by the specified UniqueId.
Resumes the queries by the specified ResumeQueriesFilter.
Resumes the queries by the specified UniqueId.
Updates the data of the InfiniteQueryKey associated with the id.