We may want to document this in the README: ```ruby field :some_field, String, cache: { key: ->(obj) { "#{obj.id}123blah" } } ```
We may want to document this in the README: