How to Cache in WebService
I have a Typed DataSet which contains 150+k records i want to cache this dataset in webservice. As i wrote this in a WebService
in subsequent visits i want to use this dataset from cache rather than again connecting to Database.
i want to cache this dataset for 4 min
Help is greatly appreciate
Thanks!!!
Uday