Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Remove unused method desiredCacheMaxSize
Browse files Browse the repository at this point in the history
  • Loading branch information
vigyasharma committed Aug 31, 2020
1 parent 311db97 commit e747fbe
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,6 @@ public Builder increase(boolean isIncrease) {
return this;
}

public Builder desiredCacheMaxSize(long desiredCacheMaxSizeInBytes) {
this.desiredCacheMaxSizeInBytes = desiredCacheMaxSizeInBytes;
return this;
}

public Builder setDesiredCacheMaxSizeToMin() {
this.desiredCacheMaxSizeInBytes = lowerBoundInBytes;
return this;
Expand Down

0 comments on commit e747fbe

Please sign in to comment.