CacheableObjectValue Property |
Gets the object value.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Object Value { get; }
Public ReadOnly Property Value As Object
Get
public:
property Object^ Value {
Object^ get ();
}
member Value : Object with get
Property Value
Type:
Object
Remarks
The user can modify the object and the changes shall be reflected
immediately in the local cache. For this change to be propagate to
other members of the distributed system, the object needs to be
put into the cache.
See Also