I am trying to create a cache that holds a messageID and a responsePayload (both bytes[]), and ensuring that each item in the cache expires after 5 seconds. Here is what I am currently trying to do.I am trying to create a cache that holds a mess
I am trying to create a cache that holds a messageID and a responsePayload (both bytes[]), and ensuring that each item in the cache expires after 5 seconds. Here is what I am currently trying to do.I am trying to create a cache that holds a mess