Wonach suchst Du?
What are you looking for?

How do I reset the App Server Cache?

Overview

Whenever you change any settings, it is necessary to reset the App Server Cache (API) for the changes to take effect.

Requirements

Steps

  1. In the following link, replace <yourhostname> with your server name and port, and <userAuthToken> with your authentication token:
    https://<yourhostname>/app/api/v2/test/cacheReset?apiKey=<userAuthToken>.
  2. Copy the link into the address bar of your browser and execute it by pressing ↵ Enter.
  3. If a page showing only the ID of the user who requested the server reset appears (e.g., {"requestId":1234567}), then the cache reset was successful.

View source file on GitHub.com