# Index

## Algorithms&#x20;

### Heuristic Caching Methods

* Classified by features they use in eviction decision
  * Features: Recency, Frequency, Static features: object sizes, application ids, or a weighting function between different features&#x20;
* FIFO
* LRU
* LRUK
* S4LRU
* LFUDA
* Hyperbolic
* GDSF
* GDWheel&#x20;

### Workload Adaptation Methods&#x20;

#### Machine Learning&#x20;

1. Reinforcement Learning&#x20;
2. Supervised Learning&#x20;
   1. [Learning Relaxed Belady for Content Distribution Network Caching](https://www.usenix.org/conference/nsdi20/presentation/song). Song et al, NSDI 2020.&#x20;

#### Mathematical Prediction Models&#x20;

#### Tuning parameters

1. Shadow Cache
2. Hill Climbing Algorithms&#x20;

### Others

####


---

# Agent Instructions: 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/index.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.
