Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
easyice committed Sep 19, 2023
1 parent 862fbed commit 7eb1d93
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1547,11 +1547,14 @@ private void setMappingDimensionFieldsLimit(long value) {
this.mappingDimensionFieldsLimit = value;
}

/**
* Returns <code>true</code> if request cache is enabled.
*/
public boolean isRequestCacheEnabled() {
return requestCacheEnabled;
}

public void setRequestCacheEnabled(boolean requestCacheEnabled) {
private void setRequestCacheEnabled(boolean requestCacheEnabled) {
this.requestCacheEnabled = requestCacheEnabled;
}

Expand Down

0 comments on commit 7eb1d93

Please sign in to comment.