# File lib/active_record/attribute_methods.rb, line 113
      def cache_attributes(*attribute_names)
        attribute_names.each {|attr| cached_attributes << attr.to_s}
      end