Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ObjectCache.InfiniteAbsoluteExpiration Field
Definition
- Namespace:
- System.Runtime.Caching
- Assembly:
- System.Runtime.Caching.dll
- Package:
- System.Runtime.Caching v11.0.0-preview.5.26302.115
- Source:
- ObjectCache.cs
- Source:
- ObjectCache.cs
- Source:
- ObjectCache.cs
- Source:
- ObjectCache.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates that a cache entry has no absolute expiration.
public: static initonly DateTimeOffset InfiniteAbsoluteExpiration;
public static readonly DateTimeOffset InfiniteAbsoluteExpiration;
staticval mutable InfiniteAbsoluteExpiration : DateTimeOffset
Public Shared ReadOnly InfiniteAbsoluteExpiration As DateTimeOffset
Field Value
Remarks
A cache entry that is inserted into the cache with the InfiniteAbsoluteExpiration field value set as the expiration value should never expire based on an absolute point in time. However, a cache entry with this setting can be evicted from the cache for other reasons that are determined by a particular cache implementation, such as a change-monitor event eviction caused by memory pressure.
Applies to
Feedback
Was this page helpful?
