max-cache-size
Use the max-cache-size to set the maximum number of user credentials to
be cached by the authorization decision application.
Syntax
max-cache-size = number_of_credentials_to_cache
Description
The maximum number of credentials which can be cached. If the addition of a new credential exceeds this maximum cache size a least-recently-used algorithm is used to remove an older entry, making room for the new credential.
Options
- number_of_credentials_to_cache
- An integer value which indicates the maximum number of user credentials to cache. The minimum value is 0. When the value is 0 no credentials will be cached.
Usage
This stanza entry is required.
Default value
8192