Using Cachex on distributed systems

Hi all,

I have used Cachex(plugin) in my application, and also made an API service to reset the cache, The question is if I run the service to reset the cache will it reset cache in all of the servers or only the one where my API request goes to? if so, What would be a way to achieve a complete reset in all the servers where the application is running.

I have looked in the Cachex documentation but couldn’t find anything.

Many thanks in advance.

There’s a whole page in the documentation on distributed caches

3 Likes