Optional
fetchBy default SDK will try to load data from server and will return cached data in case of failure.
Otherwise use 'return_cache_data_else_load'
to return cached data if it exists.
Fetch policy
By default SDK will try to load data from server and will return cached data in case of failure.
Otherwise use 'return_cache_data_else_load'
to return cached data if it exists.
Max age for cached data.
Max time (in seconds) the cache is valid in case of 'return_cache_data_if_not_expired_else_load'
fetch policy.
Generated using TypeDoc
Fetch policy