Client side web service caching

  • Thread starter Thread starter Jim Martin
  • Start date Start date
J

Jim Martin

I would like to do client side web service caching and was wondering if this
was possible. I believe it is via Asynchronous pull loading, and found the
following article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/CachingArchch5.asp
it points to this example
http://www.gotdotnet.com/workspaces/workspace.aspx?id=2ca546a5-09ea-4e63-9b7c-eac64b652491
but there is nothing posted. Can anyone point me to an example or
explanation on how to accomplish this. Basically I have a webservice that
will serve up information to the client that could possibly be cached. If I
could cache this on the client side it would eliminate un-needed calls back
to the webservice. Thanks for the help!

~Jim
 
Hi Jim,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need some examples on caching a
webservice. If there is any misunderstanding, please feel free to let me
know.

I think you can try to download the Caching Application Block from MSDN. It
can be used with any of the following application types

Windows Forms
Console
Windows Service
Enterprise Services
ASP.NET Web application or Web service if you need features that are not
included in the ASP.NET cache

Here is the link:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html
/caching1.asp

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Hey Kevin,
Thanks for your quick response. After doing some further research I think I
found a webservice caching solution that will work. Thanks for your time
and the provided links.

~Jim
 
Hi Jim,

Nice to hear that you have had the problem resolved.

Thanks for sharing your experience with all the people here. If you have
any questions, please feel free to post them in the community.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top