Hello there, a common requirement in my business is to provide a service with an idempotent cache. That means that when a request that has already been processed gets into the service, instead of discarding the request (as currently implemented in the EIP component), the service should look up in the cache and return the previous answer.
Because I'll need to reuse this thing in different projects, I was wondering which would be the best choice for implementing this. I'm willing to contribute patches of course if I get to implement this. Thanks in advance. Mirko
