keycloak-scim/server_admin/topics/realms/cache.adoc

14 lines
793 B
Text
Raw Normal View History

2016-11-25 21:18:52 +00:00
[[_clear-cache]]
2016-05-13 19:20:33 +00:00
=== Clearing Server Caches
2017-08-28 12:50:14 +00:00
{project_name} will cache everything it can in memory within the limits of your JVM and/or the limits you've configured
it for. If the {project_name} database is modified by a third party (i.e. a DBA) outside the scope of the server's REST APIs or Admin Console
2016-11-25 21:18:52 +00:00
there's a chance parts of the in-memory cache may be stale. You can clear the realm cache, user cache or cache of external public keys (Public keys of
2019-01-23 17:52:08 +00:00
external clients or Identity providers, which {project_name} usually uses to verify signatures of particular external entity) from the Admin Console by going
2016-05-13 19:20:33 +00:00
to the `Realm Settings` left menu item and the `Cache` tab.
2016-12-01 22:17:15 +00:00
.Cache tab
2017-08-28 12:50:14 +00:00
image:{project_images}/cache-tab.png[]
2016-05-13 19:20:33 +00:00
Just click the `clear` button on the cache you want to evict.