P
Peter
Hi
The documentation for System.Web.Caching.Cache states that it is
"thread safe".
Does this mean that if I access System.Web.Caching.Cache from several
places in my application access to the items in the cache is
synchronised so I don't get problems with setting/getting the same item
at the same time?
Thanks,
Peter
The documentation for System.Web.Caching.Cache states that it is
"thread safe".
Does this mean that if I access System.Web.Caching.Cache from several
places in my application access to the items in the cache is
synchronised so I don't get problems with setting/getting the same item
at the same time?
Thanks,
Peter