Hi there,
IMO, the cache is only useful for ASP.NET applications, to save the data between page calls.
In a desktop application, there is no need to cache. Just define a DataSet in your application somewhere (in the form's code, or in some business layer), feed it the data you have and that's it. The DataSet will be available through the life of the application.
Is this what you're after? Or do you have different requirements?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|