Skip to content

Commit

Permalink
javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Alfonsi committed Mar 15, 2024
1 parent b9e9222 commit 328da04
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ public void writeToNoId(StreamOutput out) throws IOException {
qsr.writeToNoId(out);
}

/**
* A class containing information needed for all cache policies
* to decide whether to admit a given value.
*/
public static class PolicyValues implements Writeable {
final long tookTimeNanos;
// More values can be added here as they're needed for future policies
Expand Down

0 comments on commit 328da04

Please sign in to comment.