ColdFusion Question: How can you clear the cache? ColdFusion Interview QuestionAnswer: To Flush cached queries <cfobjectcache action="clear">To Flush cached pages <cfcache action="flush"> Previous QuestionNext QuestionWhat 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?