NET Caching Library Help
InfiniteAbsoluteExpiration Field




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseCacheProvider Class : InfiniteAbsoluteExpiration Field
Gets a value that indicates that a cache entry has no absolute expiration.
Syntax
'Declaration
 
Public Shared ReadOnly InfiniteAbsoluteExpiration As System.DateTimeOffset
'Usage
 
Dim value As System.DateTimeOffset
 
value = BaseCacheProvider.InfiniteAbsoluteExpiration
public static readonly System.DateTimeOffset InfiniteAbsoluteExpiration
public: static readonly System.DateTimeOffset InfiniteAbsoluteExpiration
public:
static readonly System.DateTimeOffset InfiniteAbsoluteExpiration

Field Value

A date-time value that is set to the maximum possible value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseCacheProvider Class
BaseCacheProvider Members