ColdFusion Question:

How can you clear the cache?

ColdFusion Interview Question
ColdFusion Interview Question

Answer:

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


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?