CacheInsertOptions Properties

 

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyAbsoluteExpiration

Gets or sets a value that indicates whether a cache entry should be evicted after a specified duration.

System_CAPS_pubpropertyDependencies

Gets or sets the cache dependency.

System_CAPS_pubpropertyOnRemovedCallback

Gets or sets the CacheItemRemovedCallback callback.

System_CAPS_pubpropertyPriority

Gets or sets the priority.

System_CAPS_pubpropertySlidingExpiration

Gets or sets the interval between the time the inserted object is last accessed and the time at which that object expires. If this value is the equivalent of 20 minutes, the object will expire and be removed from the cache 20 minutes after it was last accessed.

Return to top
Show: