merge
Return
A set of record field keys that have changed. This set is returned by Record.mergeWith.
Parameters
The Record to merge.
The CacheHeaders associated with the request which generated this record.
Calls through to NormalizedCache.merge. Implementations should override this method if the underlying storage technology can offer an optimized manner to store multiple records.
Return
A set of record field keys that have changed. This set is returned by Record.mergeWith.
Parameters
The collection of Records to merge.
The CacheHeaders associated with the request which generated this record.
Return
A set of record field keys that have changed. This set is returned by RecordMerger.merge.
Parameters
The Record to merge.
The CacheHeaders associated with the request which generated this record.
The RecordMerger to use when merging the record.
Calls through to NormalizedCache.merge. Implementations should override this method if the underlying storage technology can offer an optimized manner to store multiple records.
Return
A set of record field keys that have changed. This set is returned by RecordMerger.merge.
Parameters
The collection of Records to merge.
The CacheHeaders associated with the request which generated this record.
The RecordMerger to use when merging the records.