Determines if a recomputation should be done early based on the expiry time, the time it took to compute the value, and the beta factor
https://cseweb.ucsd.edu//~avattani/papers/cache_stampede.pdf
true if recomputation should be done, false otherwise
The expiry time in milliseconds since the epoch
The required time to recompute the value in milliseconds
The beta factor. A value greater than 1 favors earlier recomputation
Generated using TypeDoc
Determines if a recomputation should be done early based on the expiry time, the time it took to compute the value, and the beta factor
See
https://cseweb.ucsd.edu//~avattani/papers/cache_stampede.pdf
Returns
true if recomputation should be done, false otherwise