From 7e2bb5312838203943d1ee020f551855fe583faa Mon Sep 17 00:00:00 2001 From: mposolda Date: Wed, 1 Jun 2016 18:24:09 +0200 Subject: [PATCH] KEYCLOAK-3065 Add note to emphasize that 'provider' should be removed from realmCache in keycloak-server.json --- topics/cache/disable.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/topics/cache/disable.adoc b/topics/cache/disable.adoc index 6ac53535b0..f5aa101311 100755 --- a/topics/cache/disable.adoc +++ b/topics/cache/disable.adoc @@ -24,3 +24,6 @@ Here's what the config looks like initially. To disable the cache set the `enabled` field to false for the cache you want to disable. You must reboot your server for this change to take effect. + +NOTE: You must also remove the line like `"provider": "default"` from the `realmCache` configuration. Otherwise disabling cache won't work. +