CacheOption constructor
const
CacheOption({
- CachePolicy policy = CachePolicy.request,
- Duration? maxStale,
- CachePriority priority = CachePriority.normal,
- CacheCipher? cipher,
Implementation
const CacheOption({
this.policy = CachePolicy.request,
this.maxStale,
this.priority = CachePriority.normal,
this.cipher,
});