In a heavily typed language such as Java or Flex, this distinction is already made for you by calling ClassName.variable for class data instead of myClass.variable for instance data.In ColdFusion, though, it would seem you could just add the second parameter to your get() method as you suggested, but have it default to instance.