Web parameter: maxGroupCacheSize

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

maxGroupCacheSize

Description

This parameter defines the maximum number of records that can be cached in the user's web browser when the user navigates through the groups in a record list. The default value is 300.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

300

Possible values

No less than 300

Example usage

<context-param>

  <param-name>maxGroupCacheSize</param-name>

  <param-value>1000</param-value>
</context-param>

Related topics

System parameters
Web tier parameters
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Client parameters for web clients