Skip to content

Commit

Permalink
Update IndicesRequestCache.java
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <[email protected]>
  • Loading branch information
kiranprakash154 committed Mar 12, 2024
1 parent 1ae7c3f commit 2f3f5de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ private boolean canSkipCacheCleanup(double cleanThresholdPercent) {

/**
* Calculates and returns the percentage of stale keys in the cache.
* <p>
*
* @return The percentage of stale keys in the cache as a double. Returns 0 if there are no keys in the cache or no stale keys.
*/
private double staleKeysInCachePercentage() {
Expand Down

0 comments on commit 2f3f5de

Please sign in to comment.