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