# Cache Configuration

A new Cache invalidation system has been placed on Foodomaa since **`Version 1.7`**

Goto **`Admin > Settings > Cache Settings`**

![](/files/-M0pfpsxSwwi5k4ifte5)

### Force Cache Clear

Clicking on this option will clear the LocalStorage Cache the File Storage Cache, un-register the service worker and reload the page.

After the page reloads the logged-in user is preserved along with their internal settings (Selected Language, Selected Location, etc.)\
The new settings and configurations from the server are also fetched and the service workers are registered.

### Force New Settings

Clicking on this option will invalidate the settings cache and refetch the settings on the customer/delivery application when the customer/delivery application page is reloaded.&#x20;

**This is also automatically triggered every time the Admin saves any settings.**


---

# 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.foodomaa.com/configurations/cache-configuration.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.
