Testing the Composite CoherenceAdapter
Database has the below values

Giving the input value

When data not available in the Cache it is performing (queryDataFromDatabase and putDataToCoherence) as shown below

Giving the same Input Value

Now it is taking the data from Cache (getDataFromCoherence) as shown below

Database has the below values

Giving the input value

When data not available in the Cache it is performing (queryDataFromDatabase and putDataToCoherence) as shown below

Giving the same Input Value

Now it is taking the data from Cache (getDataFromCoherence) as shown below

No comments:
Post a Comment