Wraps a function in a cache layer that uses the probabilistic early recomputation algorithm, XFetch, to mitigate cache stampedes
https://cseweb.ucsd.edu//~avattani/papers/cache_stampede.pdf
The function to call, wrapped in a cache layer
The function to call
The options to use
Generated using TypeDoc
Wraps a function in a cache layer that uses the probabilistic early recomputation algorithm, XFetch, to mitigate cache stampedes
See
https://cseweb.ucsd.edu//~avattani/papers/cache_stampede.pdf
Returns
The function to call, wrapped in a cache layer