Minor changes to documentation

Closes #24456

(cherry picked from commit 9ef9c944d0)
This commit is contained in:
AndyMunro
2023-11-01 05:45:31 -04:00
committed by Alexander Schwartz
parent 3ad633a386
commit ac9679e8f1
4 changed files with 2 additions and 22 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -7,9 +7,6 @@ include::realms/proc-using-admin-console.adoc[leveloffset=1]
include::realms/master.adoc[leveloffset=2]
include::realms/proc-creating-a-realm.adoc[leveloffset=2]
include::realms/ssl.adoc[leveloffset=2][]
ifeval::[{project_product}==true]
include::realms/cache.adoc[leveloffset=2][]
endif::[]
include::realms/email.adoc[leveloffset=2]
include::realms/themes.adoc[leveloffset=2]
include::realms/proc-configuring-internationalization.adoc[leveloffset=2]

View File

@@ -1,16 +0,0 @@
[[_clear-cache]]
= Clearing server caches
{project_name} caches everything it can in memory within the limits of your JVM and the limits you have configured. If the {project_name} database is modified by a third party, such as a DBA, outside the scope of the server's REST APIs or Admin Console, parts of the in-memory cache could be stale. You can clear the realm cache, user cache or cache of external public keys, such as Public keys of
external clients or Identity providers, which {project_name} may use to verify signatures of particular external entity.
.Procedure
. Click *Realm Settings* in the menu.
. Click the *Cache* tab.
. Click *Clear* for the cache you want to evict.
+
.Cache tab
image:images/cache-tab.png[Cache tab]