Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Get or set the default "time to live" for each individual cache entry.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
int ExpiryDelay { get; set; }

Field Value

The number of milliseconds that a cache entry value will live, or zero if cache entries are never automatically expired.

Remarks

Change of this property does not affect the already-scheduled expiry of existing entries.

See Also