the jar files used by Oracle Forms are downloaded from the app server and stored in local java cache without an expiry date/version. My question is how make these files with an expiry date so that it does not go to the remote server and check if the files have been expired or not every time the user logs to the Forms application? Thanks!
Java Cache Viewer: Expiry date column is empty for the Forms jar files.

From Java Console log: frmall.jar is in the local cache but it's seen as expired
cache: Resource https://XXXXXXXXXXXXXXX/java/frmall.jar has expired.
network: Connecting https://XXXXXXXXXXXXXXX0/forms/java/frmall.jar with proxy=DIRECT
cache: Create from verifier: JarSigningData{hasOnlySignedEntries=true, hasSingleCodeSource=true, hasMissingSignedEntries=false}
network: Connecting https://XXXXXXXXXXXXXXX/forms/java/frmall.jar with cookie .....
network: ResponseCode for https://XXXXXXXXXXXXXXX/forms/java/frmall.jar : 304
network: Encoding for https://XXXXXXXXXXXXXXX/forms/java/frmall.jar : null
network: Disconnect connection to https://XXXXXXXXXXXXXXX/java/frmall.jar