CacheOptions constructor
const
CacheOptions({})
Implementation
const CacheOptions({
this.generateCacheKey,
this.useAuthorization = true,
this.useSecureStorage = false,
this.resetOnRestart = false,
this.cacheLifetimeDuration = const Duration(days: 10),
});