Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > PictureCacheFile

PictureCacheFile

String (file-name)

jade<tcp-port>.jpf

Purpose

The PictureCacheFile parameter specifies the name of the file in which the application server creates a flat file containing all pictures sent by logic to the presentation client.

This file is written by default to your application server installation (bin) directory if you do not specify an absolute path.

The picture cache file enables the presentation client to also cache those pictures, eliminating the need to transmit the pictures on the next execution of that logic. If the file does not exist or the JADE release version change, the file is recreated, causing the picture images to be retransmitted to the presentation clients when required.

Parameter is read when …

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