diff --git a/modules/ROOT/pages/authentication-cache.adoc b/modules/ROOT/pages/authentication-cache.adoc index 7024a0183..7852d2dce 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] ----