Query Caching in ColdFusion
For problems you encounter with lack of capacity (scalability) on your web pages, the query caching included in ColdFusion may be your solution. Query caching can eliminate the need for additional servers and database servers. (Read about the benefits and restrictions of using Query Caching in the link below.) By transferring most of the work done by the database server to the ColdFusion server, you will have a more efficient and high-functioning system.
Query Caching in ColdFusion