Skip to main content
August 8, 2009
Question

Dynamic Classes

  • August 8, 2009
  • 1 reply
  • 451 views

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.

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    August 9, 2009

    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.