Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Get or set the default "time to live" for each individual cache entry.

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

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