RegionAttributesEntryTimeToLive Property |
Gets the timeToLive value for entries in this region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int EntryTimeToLive { get; }
Public ReadOnly Property EntryTimeToLive As Integer
Get
public:
property int EntryTimeToLive {
int get ();
}
member EntryTimeToLive : int with get
Return Value
Type:
Int32the timeToLive duration for entries in this region, in seconds
See Also