Copy link to clipboard
Copied
Hi All,
In our Web Application , we are using dynamic creation of cfm pages and every time a cfm page is dynamically created a subsequent class files gets generated and stored in cfclasses directory and is certainly increasing our memory.
Is there a way to stop this particular dynamically created cfm page to save class files.
Please help.
Copy link to clipboard
Copied
You can disable caching in the Coldfusion Administrator. Navigate to the page Server Settings => Caching. However, it is a bad idea to disable caching on a production server, as you will then prevent reuse.