Re: Difference between data cache and static variables???

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have alwasys seen it as the data cache, I guess it would be the application
cache. As Scott pointed out, it is sycnronized under the covers.

Referencd like this...

Cache["Channel"] = chnl;

--
Patrick


"Kevin Spencer" wrote:

> By "data cache" are you referring the the Application Cache?
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> ..Net Developer
> Ambiguity has a certain quality to it.
>
> "inetmug" <inetmug@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:25A07E7B-5A4F-4104-8630-41CBC86A484E@xxxxxxxxxxxxxxxx
> > Howdy All"
> >
> > Other then the automatic expiration stuff that you can set when using the
> > data cache, what the the technical advantages of using the data cache
> > versus
> > static application variables?
> >
> > Testing has shown about the same behavior, am I missiing something??
> >
> > Thanks
> > --
> > Patrick
>
>
>
.