CacheInsertOptions Properties
Namespace:
System.Web.Caching
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AbsoluteExpiration | Gets or sets a value that indicates whether a cache entry should be evicted after a specified duration. |
![]() | Dependencies | Gets or sets the cache dependency. |
![]() | OnRemovedCallback | Gets or sets the CacheItemRemovedCallback callback. |
![]() | Priority | Gets or sets the priority. |
![]() | SlidingExpiration | 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. |
Show:
