/ Published in: C#
Expand |
Embed | Plain Text
Cache.Insert("KeyValue", someValue, null, DateTime.Now.AddMinutes(15), System.Web.Caching.Cache.NoSlidingExpiration);
You need to login to post a comment.
dmilligan on 07/21/09
1 person have marked this snippet as a favorite
Cache.Insert("KeyValue", someValue, null, DateTime.Now.AddMinutes(15), System.Web.Caching.Cache.NoSlidingExpiration);
You need to login to post a comment.