> For the complete documentation index, see [llms.txt](https://sliu583.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache.md).

# Cache

- [Index](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index.md): Paper Read for caching
- [TACK: Improving Wireless Transport Performance by Taming Acknowledgements](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/tack-improving-wireless-transport-performance-by-taming-acknowledgements.md): https://www.youtube.com/watch?v=NQG3Pmxn9xE
- [LHD: Improving Cache Hit Rate by Maximizing Hit Density](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/lhd-improving-cache-hit-rate-by-maximizing-hit-density.md): https://www.usenix.org/conference/nsdi18/presentation/beckmann
- [AdaptSize: Orchestrating the Hot Object Memory Cache in a Content Delivery Network](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/adaptsize-orchestrating-the-hot-object-memory-cache-in-a-content-delivery-network.md): https://www.usenix.org/conference/nsdi17/technical-sessions/presentation/berger
- [Clustered Bandits](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/clustered-bandits.md): https://arxiv.org/abs/1206.4169
- [Important Sampling](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/important-sampling.md): https://www.coursera.org/learn/sample-based-learning-methods/lecture/6PRvh/course-introduction
- [Contexual Bandits and Reinforcement Learning](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/contexual-bandits-and-reinforcement-learning.md)
- [Reinforcement Learning for Caching with Space-Time Popularity Dynamics](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/reinforcement-learning-for-caching-with-space-time-popularity-dynamics.md): https://arxiv.org/abs/2005.09155
- [Hyperbolic Caching: Flexible Caching for Web Applications](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/hyperbolic-caching-flexible-caching-for-web-applications.md): https://www.usenix.org/conference/atc17/technical-sessions/presentation/blankstein
- [Learning Cache Replacement with CACHEUS](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/learning-cache-replacement-with-cacheus.md): https://www.usenix.org/conference/fast21/presentation/rodriguez
- [Footprint Descriptors: Theory and Practice of Cache Provisioning in a Global CDN](https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache/index/footprint-descriptors-theory-and-practice-of-cache-provisioning-in-a-global-cdn.md): https://www.akamai.com/content/dam/site/en/documents/research-paper/footprint-descriptors-theory-and-practice-of-cache-provisioning-in-a-global-cdn.pdf


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sliu583.gitbook.io/blog/specific-work/wisr-group/cache.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
