Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Cache in WebService

Reply
Thread Tools

Cache in WebService

 
 
Jeronimo Bertran
Guest
Posts: n/a
 
      05-14-2008
We have a WebService that needs to use data that is loaded once into memory
and takes a long time in doing so and once loaded, all calls to the
WebService use this data. From what I have seen the ideal is to use the
System.Web.Caching.Cache in order to cache the data for Web pages.
However, I don't see how I can use the Cache object from within a
WebService.

Thanks

Jeronimo Bertran
 
Reply With Quote
 
 
 
 
Jeronimo Bertran
Guest
Posts: n/a
 
      05-14-2008
Found it.. Context.Cache.

Thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET Cache vs Window System Cache Sergey via DotNetMonster.com ASP .Net 0 11-15-2006 03:33 PM
no-cache - need to reload page from server and not the cache John HTML 2 10-29-2006 05:35 PM
client-side cache vs server-side cache vs ajax vs asp.net callback =?Utf-8?B?b25l?= ASP .Net 1 03-08-2006 12:25 PM
Page.Cache vs HttpContext.Current.Cache DesignerX ASP .Net 5 01-20-2004 10:55 PM
Cache::Cache Stale Segments Jeff Nokes Perl 0 09-30-2003 04:34 PM



Advertisments