From 3b6f26b2ec020324f529f49a1b6b02325a6e2c69 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 8 Feb 2016 22:23:31 +0100 Subject: [PATCH] Server Cache documentation is out of date --- .../reference/en/en-US/modules/cache.xml | 53 +++++++------------ 1 file changed, 19 insertions(+), 34 deletions(-) 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 +