Question:You want to cache an object but have it automatically expire in 10 minutes. How canyou do this? (Choose all that apply.)
A Directly define the Cache item. B Call Cache.Get. C Call Cache.Insert. D Call Cache.Add.
+ AnswerC D
+ Report