Caching the FMX on client side
Hello,
Using Forms 11g, so in Web mode, I have several fmx files programmatically called.
For each call, the fmx is downloaded from the server to the client. Since some of them are quite heavy, I'd like to know how to cache them on the client, like the jar files.
Anyone has an idea ?