CacheOptions constructor

CacheOptions({
  1. bool? ignoreSearch,
  2. bool? ignoreMethod,
  3. bool? ignoreVary,
  4. String? cacheName,
})

Implementation

external factory CacheOptions(
    {bool? ignoreSearch,
    bool? ignoreMethod,
    bool? ignoreVary,
    String? cacheName});