diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/cache.xml b/docbook/auth-server-docs/reference/en/en-US/modules/cache.xml index c808de72d9..4d68eb4c4e 100755 --- a/docbook/auth-server-docs/reference/en/en-US/modules/cache.xml +++ b/docbook/auth-server-docs/reference/en/en-US/modules/cache.xml @@ -25,61 +25,46 @@
Disabling Caches - The realm and user caches can be disabled through configuration or through the management console. To - manally disable the realm or user cache, you must edit the keycloak-server.json file + The realm and user caches can be cleared through the management console. To + disable the realm or user cache, you must edit the keycloak-server.json file in your distribution. Here's what the config looks like initially. You must then change it to: - - You can also disable either of the caches at runtime through the Keycloak admin console Realm Settings page. - This will not permanently disable the cache. If you reboot the server, the cache will be re-enabled unless - you manualy disable the cache in the keycloak-server.json file. -
Clear Caches To clear the realm or user cache, go to the Keycloak admin console Realm Settings->Cache Config page. Disable the cache - you want. Save the settings. Then re-enable the cache. This will cause the cache to be cleared. + you want. This will cause the cache to be cleared.
-
- Cache Config - - Cache configuration is done within keycloak-server.json. Changes to this file will not - be seen by the server until you reboot. Currently you can only configure the max size of the user cache. - - -
- \ No newline at end of file +