# File lib/active_record/attribute_methods.rb, line 125
      def cache_attribute?(attr_name)
        cached_attributes.include?(attr_name)
      end