MetadataCacheStalenessInsight constructor

MetadataCacheStalenessInsight({
  1. String? avgPreviousStalenessMs,
  2. double? stalenessPercentageIncrease,
})

Implementation

MetadataCacheStalenessInsight({
  this.avgPreviousStalenessMs,
  this.stalenessPercentageIncrease,
});