Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created a REST based WCF service which returns huge data. I would like to provide the pagination with the help of caching.

Is there a way I can enable caching which is based on session?

I have tried using ObjectCache, but it returns the same object all the time.

I would like to keep my cache available for only one session.

Could anyone let me know how can I achieve it?

Thanks and Regards,
Siva Kumar Balaguru
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900