CacheOptions constructor

const CacheOptions({
  1. Duration maxAge = const Duration(minutes: 5),
  2. bool forceRefresh = false,
})

Implementation

const CacheOptions(
    {this.maxAge = const Duration(minutes: 5), this.forceRefresh = false});