Yeah, you don't. You cache a query because in the event the query pulls a lot of data that doesn't change often, you can increase the performance of the retrieval by pulling from the ColdFusion query cache rather than hitting the RDBMS again for the same data.
↧