This morning (last night?) on cf-talk there was a good thread started about caching options in ColdFusion. While you have cfcache and query caching out of the box, there are more options out there for advanced caching. On the thread these were mentioned:

Hypercache

Turbocache

Softcache - This one is by Ashwin of the ColdFusion engineering team!

CF_Accelerate

And lastly, ScopeCache - This is my own tag and it is used in BlogCFC.

Lots of options out there, and I bet there are more, so please share. And it goes without saying (I hope), that simply dropping a cache onto a page is not the way you solve performance problems. It is the "Final Solution" only and should be used if you have determined, absolutely, that there is no other way to speed up the page.