找考题网-背景图
单项选择题

ASP.NET设置数据缓存的语句正确的是()。

A.Cache["Key"]=Value;
B.Session["Key"]=Value;
C.Cookie["Key"]=Value;
D.Cache.Insert[Key"]=Value;