Show / Hide Table of Contents

Class CacheExpiration

Cache expiration constants.

Inheritance
object
CacheExpiration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.