Cache.Insert Method (String, Object)
.NET Framework 2.0
Inserts an item into the Cache object with a cache key to reference its location, using default values provided by the CacheItemPriority enumeration.
Namespace: System.Web.Caching
Assembly: System.Web (in system.web.dll)
Cache Members
System.Web.Caching Namespace
Assembly: System.Web (in system.web.dll)
This method will overwrite an existing cache item whose key matches the key parameter. The object added to the cache using this overload of the Insert method is inserted with no file or cache dependencies, a priority of Default, a sliding expiration value of NoSlidingExpiration, and an absolute expiration value of NoAbsoluteExpiration.
Reference
Cache ClassCache Members
System.Web.Caching Namespace
Other Resources
Caching Application DataCommunity Additions
ADD
Show: