Click or drag to resize
CacheableObjectCreate Method
Static function to create a new instance from the given object.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static CacheableObject Create(
	Object value
)

Parameters

value
Type: SystemObject

Return Value

Type: CacheableObject
Remarks
If the given object is null then this method returns null.
See Also