BackoffCache constructor

BackoffCache(
  1. BackoffStrategy strat,
  2. Clock clock
)

Implementation

BackoffCache(this.strat, this.clock);