> For the complete documentation index, see [llms.txt](https://docs.fact-finder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fact-finder.com/docs/system-maintenance-and-security/system-information/cache.md).

# Cache

## Summary

**Cache** provides tools and information for managing the internal search cache. When enabled, the cache stores frequently accessed search results and data to improve performance and reduce system load.

You can access the current cache status under **More settings** → **System information** → **Cache** tab.

![](/files/YTGhSqd1qnNIxO4pZeC6)

![](/files/FBBhaWTDVU8CKRR82Art)

## Cache Settings

The **Cache settings** area shows configuration options for the search cache:

* **Cache root directory** — file system path where cache data is stored.
* **Ignore filter order** — controls how search queries with filters are cached.

> Changing settings on this page may affect the stability of the search environment.

## Cache Monitor

**Cache monitor** provides real-time statistics about cache performance and contents:

* **Channel** — channel whose cache data is shown.
* **Entries** — current number of cache entries for that channel.
* **Cache hit percentage** — percentage of search requests served directly from the cache.

## Clearing the Cache

If the cache is not cleared during the day by an import, a manual clear, or cache entry lifetime rules, FactFinder automatically clears it between midnight and 6 a.m.

### Clearing the Cache in the Cache Monitor Grid

Click **Clear cache** in the **Cache monitor** grid to clear the current search cache for the selected channel.

Use this after data updates, configuration changes, or while troubleshooting cache-related issues.

Clearing the cache can temporarily reduce search performance until the cache is repopulated.

### Clearing the Cache in the Toolbar

Some configuration changes require a manual cache clear to take effect immediately. FactFinder signals this with a yellow icon with arrows and an exclamation mark.

![](/files/4WjreqbYffxLz1GQsody)

Clicking the icon opens a dialog that explains the cache must be cleared and lets you clear it or start an import.

![](/files/DMSR9HpZ9qVBvmnMqeZl)

![](/files/nXj6xBwa71QczPAYznZG)

![](/files/flHvIj3x5XXhyOfKJE7i)

## Cache Entry Lifetime Strategies

Each cache entry also has its own lifetime. There are two strategies for managing it:

* **time-to-live**\
  Default strategy. Each entry has a fixed lifetime. The default is 15 minutes.
* **time-to-idle**\
  The lifetime is renewed on each access. An entry is deleted only after it has not been accessed for the configured duration.

**The use of delta updates has no effect on the lifetime of existing cache entries.**\
If a time-to-live value of 3 minutes is used, all requests return the new information no later than 3 minutes after the delta update is sent.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.fact-finder.com/docs/system-maintenance-and-security/system-information/cache.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
