Remove Redis write-to-cache for the DataCache objects for the following messages:
pain001 (Message contains all the information required to build the DataCache)
pain013 (Message contains all the information required to build the DataCache)
pacs002 (Message does not have a subsequent consumer of the DataCache)
To recap:
pacs.008 needs to cache the DataCache object in Redis so that the subsequent pacs.002 can retrieve it.
pacs.002 is the only message that needs to rebuild the DataCache if the Redis cache times out.
Remove Redis write-to-cache for the DataCache objects for the following messages:
pain001 (Message contains all the information required to build the DataCache) pain013 (Message contains all the information required to build the DataCache) pacs002 (Message does not have a subsequent consumer of the DataCache)
To recap: pacs.008 needs to cache the DataCache object in Redis so that the subsequent pacs.002 can retrieve it. pacs.002 is the only message that needs to rebuild the DataCache if the Redis cache times out.