# Caches

### Overview

Ostara allows you to view and interact with your instance's caches. Besides viewing the list of caches, you're also able to evict one or more. And, if present, view the statistics of the given cache.

### Usage

There are 3 ways to evict caches.

1. Click on the broom icon next to an individual cache
2. Check several caches, and click on the broom icon in the green bar that appears
3. Click the broom icon at the top right, to evict all caches

<figure><img src="/files/sUpYCyIpbkkrzuLUDdtm" alt=""><figcaption></figcaption></figure>

### Required Abilities

* [Caches](/features/abilities.md)


---

# 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://docs.ostara.dev/features/instance-features/manage/caches.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.
