1. <cfcomponent output="false">
  2.     <cffunction name="withPrivate">
  3.         <cfset var private = {}>
  4.         <cfset private.test = "">
  5.     </cffunction>
  6.     <cffunction name="withOneVar">
  7.         <cfset var test = "">
  8.     </cffunction>
  9. </cfcomponent>