ResponseCache constructor

ResponseCache({
  1. Duration timeout = const Duration(minutes: 10),
  2. bool ignoreQueryAndFragment = false,
})

Implementation

ResponseCache(
    {this.timeout = const Duration(minutes: 10),
    this.ignoreQueryAndFragment = false});