cache-on-hand
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache-on-hand
cacheonhand-attendants
/
io.github.notoriouscorgi.cacheonhand.operations
/
RefetchableFactory
Refetchable
Factory
sealed
interface
RefetchableFactory
<
TInput
>
Inheritors
RefetchableFactoryWithInput
RefetchableFactoryWithNoInput
Members
Types
Refetchable
Factory
With
Input
Link copied to clipboard
interface
RefetchableFactoryWithInput
<
TInput
:
CacheableInput.QueryInput
>
:
RefetchableFactory
<
TInput
>
Refetchable
Factory
With
No
Input
Link copied to clipboard
interface
RefetchableFactoryWithNoInput
:
RefetchableFactory
<
Nothing
>