Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Gets or sets the "time to live" for each individual cache entry.

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

Syntax

C#
public virtual 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.

Implements

IConfigurableCache..::.ExpiryDelay

Remarks

This does not affect the already-scheduled expiry of existing entries.

See Also