Class CacheOperations


  • public class CacheOperations
    extends Object
    • Constructor Detail

      • CacheOperations

        public CacheOperations()
    • Method Detail

      • copyFieldsInto

        public static void copyFieldsInto​(com.caplin.datasource.messaging.Message oldMessage,
                                          com.caplin.datasource.messaging.Message newMessage)
        Overwrites the fields in the old message with fields in the new message
        Parameters:
        oldMessage - The message which contains the old data. It will contain the intersection of old and new message afterwards.
        newMessage - The message which contains new data. It will remain intact afterwards.