ApiCache constructor
ApiCache({
- ApiCachingBehavior? apiCachingBehavior,
- bool? atRestEncryptionEnabled,
- ApiCacheStatus? status,
- bool? transitEncryptionEnabled,
- int? ttl,
- ApiCacheType? type,
Implementation
ApiCache({
this.apiCachingBehavior,
this.atRestEncryptionEnabled,
this.status,
this.transitEncryptionEnabled,
this.ttl,
this.type,
});