/ Published in: C#
Expand |
Embed | Plain Text
if (Cache["name"] == null) Cache.Insert("name", "value", null, DateTime.Now.AddMinutes(10), TimeSpan.Zero); Cache["name"].ToString();
You need to login to post a comment.
