# IServerMessenger

Broadcasts distributed cache notifications to all servers of a load balanced environment.\
Also ensures that the notification is processed on the local environment.

For a specified [ICacheRefresher](/umbraco-cms/18.latest/extend-your-project/server-side-extensions/cache/icacherefresher.md), the implemented methods will:

* Notify the distributed cache
* Invalidate specified items
* Notify all servers of specified items removal
* Notify all servers of invalidation of a object
* Notify all servers of a global invalidation (clear the complete cache)


---

# 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.umbraco.com/umbraco-cms/18.latest/extend-your-project/server-side-extensions/cache/iservermessenger.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.
