CacheEntryTimeout

Integer (number-of-days)

30

The CacheEntryTimeout parameter specifies the number of days entries are held in the cache file on the application server before being discarded if they have not been used.

This parameter provides control over cache file entries that become orphaned when forms and pictures are removed from the JADE system. By default, a form that has not been created or a picture that has not been displayed within the last 30 days is discarded. The removal process occurs only when the application server is initiated.

Copies of this form or picture entry remain in the cache file of each presentation client until the number of days specified in the CacheEntryTimeout parameter in the local [JadeThinClient] section has expired or it is resurrected if the form or picture is again transmitted by logic after it has been removed from the application server cache file.

You can set this parameter to zero (0) if you want forms and pictures to remain indefinitely in the cache file on the application server. Alternatively, set this value to the number of days after which a picture or form that has not been used is discarded from the cache file when the application server is initiated.

Parameter is read when …

The application server node is next initialized; for example, when you restart the application server.