How do I Implement caching in case of windows based application.
My windows based application fetches the data from server, I want to
cache it. As my data is 2 huge and I don't want to use webservice as it will
slow down my process.
How do I proceed. Any help will be appreciated
Regards,
Shailesh
Joey Callisay - 13 Sep 2004 08:07 GMT
aren't you referring to a static variable that will hold this data?
> How do I Implement caching in case of windows based application.
> My windows based application fetches the data from server, I want to
[quoted text clipped - 5 lines]
> Regards,
> Shailesh