ColdFusion Question:
Download Questions PDF

How can you clear the cache?

Answer:

To Flush cached queries <cfobjectcache action="clear">
To Flush cached pages <cfcache action="flush">

Download ColdFusion Interview Questions And Answers PDF

Previous QuestionNext Question
What are Session Timeout and Application Timeout? Where we have to do this process?What are the advantages and disadvantages of using stored procedures versus calling SQL inline in Cold Fusion?