Yes, Transfer caches all of the data in the object. That's the entire purpose behind it. If you want to use queries and only queries, then use <cfquery>, as Transfer is not designed to be a replacement for <cfquery>. Transfer is about making working with objects (and mapping them to your db) simpler.
Gabriel was correct. Once Transfer has the object in its cache, when you request that same object again it skips the db and pulls it from the cache. Obviously an initial trip to the db is required. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331431 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

