Class CacheExpiration
Cache expiration constants.
Inherited Members
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
public class CacheExpiration
Fields
DEFAULT
A special time-to-live value that can be passed to the extended Insert(object, object, long) method to indicate that the cache's default expiry should be used.
Declaration
public const long DEFAULT = 0
Field Value
Type | Description |
---|---|
long |
NEVER
A special time-to-live value that can be passed to the extended Insert(object, object, long) method to indicate that the cache entry should never expire.
Declaration
public const long NEVER = -1
Field Value
Type | Description |
---|---|
long |