withStrategy method

StrategyBuilder withStrategy(
  1. CacheStrategy strategyType
)

Implementation

StrategyBuilder withStrategy(CacheStrategy strategyType) {
  _strategy = strategyType;
  return this;
}