ApiCache constructor

ApiCache({
  1. ApiCachingBehavior? apiCachingBehavior,
  2. bool? atRestEncryptionEnabled,
  3. ApiCacheStatus? status,
  4. bool? transitEncryptionEnabled,
  5. int? ttl,
  6. ApiCacheType? type,
})

Implementation

ApiCache({
  this.apiCachingBehavior,
  this.atRestEncryptionEnabled,
  this.status,
  this.transitEncryptionEnabled,
  this.ttl,
  this.type,
});