Can you please provide help in doing a POC based on the following Use Case:
Say we have a database repository, from where data will come to Gemfire Data Grid (Gemfire Server kindoff), and have several clients which keep on sending requests to this Data Grid (some API or service will have to be exposed through Gemfire Data Grid). Now when a fresh request comes to datagrid, it makes a call to repository, caches the data response with it and then returns. The next time same request comes, it mathces the same with that of existing in the GemFire region
Ahmar