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