From 58f6e752cffd8ffab414acb518a706b8e9bc8cc4 Mon Sep 17 00:00:00 2001 From: mposolda Date: Fri, 25 Nov 2016 22:02:12 +0100 Subject: [PATCH] KEYCLOAK-3825 Update about cache docs --- topics/cache/clear.adoc | 2 +- topics/cache/eviction.adoc | 64 +++++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 30 deletions(-) diff --git a/topics/cache/clear.adoc b/topics/cache/clear.adoc index b170f17548..15f4750cb5 100755 --- a/topics/cache/clear.adoc +++ b/topics/cache/clear.adoc @@ -2,5 +2,5 @@ === Clearing Caches at Runtime To clear the realm or user cache, go to the {{book.project.name}} admin console Realm Settings->Cache Config page. -On this page you can clear the realm cache or the user cache. +On this page you can clear the realm cache, the user cache or cache of external public keys. This will clear the caches for all realms and not only the selected realm. diff --git a/topics/cache/eviction.adoc b/topics/cache/eviction.adoc index 45065e70bd..dff28174e4 100755 --- a/topics/cache/eviction.adoc +++ b/topics/cache/eviction.adoc @@ -14,19 +14,23 @@ _domain.xml_ depending on your < - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + ---- @@ -34,21 +38,23 @@ _domain.xml_ depending on your < - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + ---- -To limit or expand the number of allowed entries simply add, edit, or remove the `eviction` element from the `invalidation-cache` or -`distributed-cache` declaration you want to change. +To limit or expand the number of allowed entries simply add, edit, or remove the `eviction` element or the `expiration` element of particular cache +configuration. \ No newline at end of file