M
Mike P
What is the difference between putting an object into the cache this way
:
Cache["ObjName"]
and this way :
HttpContext.Current.Cache.Add
For example, does using Cache["ObjName"] add to the collection created
by the second command or not?
:
Cache["ObjName"]
and this way :
HttpContext.Current.Cache.Add
For example, does using Cache["ObjName"] add to the collection created
by the second command or not?