How can we use client side cache property in CAF

Hi All,

I want to use client side cache property of Lazy Load for an async table in CAF.
This async table is a child of a modal dailog box and this modal dailog comes on the click of a async command link.
When I am setting this client-side cache as true,it doesn’t gives the desired result.

So please suggest how to use this option.

Scenario

There is a async command link ,and on click of this link a modal dailog comes that has a async table. This async table displays data by hitting an IS service on backend. Once the data is displayed we close the modal dailog box . Now next time when we click on the same link ,this modal dailog appears with the table inside it.And this time we want to fetch data from the client side so that it should not hit the backend IS service again.

Thanks
Neha