# File lib/active_record/attribute_methods/read.rb, line 23
        def cached_attributes
          @cached_attributes ||= columns.select { |c| cacheable_column?(c) }.map { |col| col.name }.to_set
        end