Click or drag to resize

CacheExpiration Fields

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The CacheExpiration type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDEFAULT
A special time-to-live value that can be passed to the extended Insert(Object, Object, Int64) method to indicate that the cache's default expiry should be used.
Public fieldStatic memberNEVER
A special time-to-live value that can be passed to the extended Insert(Object, Object, Int64) method to indicate that the cache entry should never expire.
Top
See Also