Click or drag to resize
CacheableKey  Conversion (Int64 to CacheableKey)
Implicit conversion operator from a 64-bit integer to a CacheableKey.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static implicit operator CacheableKey (
	long value
)

Parameters

value
Type: SystemInt64

Return Value

Type: CacheableKey
See Also