C# and iOS Programming
Tips, tricks, snipplets, code examples
Showing posts with label
Cache
.
Show all posts
Showing posts with label
Cache
.
Show all posts
Tuesday, February 10, 2009
Cache
Cache.Insert("KeyValue", someValue, null, DateTime.Now.AddMinutes(15), System.Web.Caching.Cache.NoSlidingExpiration);
Older Posts
Home
Subscribe to:
Posts (Atom)