From 42849eddd2578139458bd24cc1c7cbdd67a90368 Mon Sep 17 00:00:00 2001 From: Scott Kurz Date: Mon, 15 Dec 2025 14:51:33 -0500 Subject: [PATCH] fix typo Signed-off-by: Scott Kurz --- modules/ROOT/pages/authentication-cache.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/authentication-cache.adoc b/modules/ROOT/pages/authentication-cache.adoc index 7024a01830..7852d2dce7 100644 --- a/modules/ROOT/pages/authentication-cache.adoc +++ b/modules/ROOT/pages/authentication-cache.adoc @@ -32,7 +32,7 @@ Consider the following points if you adjust the authentication cache settings. - Smaller authentication cache timeout values can affect performance. When this value is smaller, the Liberty server accesses the user registry or repository more frequently. - Large numbers of entries in the authentication cache, which are caused by an increased number of users, increase the memory usage of the authentication cache, which can affect performance. -You can disable the authentication cache by setting the `cachEnabled` attribute to `false` in the `authentication` element. The following example demonstrates how to disable the authentication cache for an authentication configuration that is called `Basic`. +You can disable the authentication cache by setting the `cacheEnabled` attribute to `false` in the `authentication` element. The following example demonstrates how to disable the authentication cache for an authentication configuration that is called `Basic`. [source,xml] ----