# Caches

### Overview

Caches at the application level is exactly the same as the instance level [Caches](/features/instance-features/manage/caches.md), but apply their changes to every active instance within the application.&#x20;

Evicting a cache will attempt to evict it for all active instances, and cache statistics when present represent an aggregation of all instances where such statistics were found.

### 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>

When the **Cache Statistics** ability is present, the cache rows become expandable, and upon expansions display the cache statistics.

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

### Required Abilities

* [Caches](/features/abilities.md)
* [Cache Statistics ](/features/abilities.md#abilities)(For statistics only)


---

# 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/application-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.
