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

Gets or sets the "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#
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