Package-level declarations
Types
Cacheable flow operations for subscribing to reactive data sources (SSE, WebSockets, etc.) and writing each emission to the cache.
Interface for query-like results used in the compose layer.
Base interface for all cacheable operation results. Provides the fetch state and error information.
Extended result interface that includes data. All results with data (query, mutation, flow, infinite query) implement this.
Property to determine the fetch state of your data
Factory for creating CacheableFlowWithInput instances.
Factory for creating CacheableFlowWithNoInput instances.
Factory for creating CacheableQueryWithInput instances.
Factory for creating CacheableQueryWithNoInput instances.
Properties
Convenience property to know if your cache already has data. This can be helpful with optimistic updates so that you don't always show a spinner if there is cache information already, but you are doing a fetch operation
Functions
Creates a QueryFactoryWithInput.
Creates a QueryFactoryWithNoInput.