# File lib/active_record/attribute_methods/read.rb, line 22
        def cache_attributes(*attribute_names)
          cached_attributes.merge attribute_names.map { |attr| attr.to_s }
        end