Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Determine when the cache entry was created.

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

Syntax

C#
public virtual long CreatedMillis { get; }

Field Value

The date/time value, in millis, when the entry was created.

See Also