Click or drag to resize
AttributesMutatorSetEntryTimeToLiveAction Method
Set the timeToLive action for region entries.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ExpirationAction SetEntryTimeToLiveAction(
	ExpirationAction action
)

Parameters

action
Type: GemStone.GemFire.CacheExpirationAction
the timeToLive action for entries in this region

Return Value

Type: ExpirationAction
the previous action
See Also