Click or drag to resize
Expiration.IsLocalInvalidate Method
Returns true if this action is local invalidate.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static bool IsLocalInvalidate(
	ExpirationAction type
)

Parameters

type
Type: GemStone.GemFire.Cache.ExpirationAction

Return Value

Type: Boolean
true if this is a LocalInvalidate
See Also