Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject.CacheWriter Property

Gets or sets the cache writer.

[Visual Basic]
Public WriteOnly Property CacheWriter() As ICacheWriter
   Public Set
   End Set
End Property
[C#]
public ICacheWriter CacheWriter { public set; }

Property Value

The cache writer to set on a newly created region

Remarks

Sets the cache writer used for the region used by this factory. Used only when a new region is created. Overrides the settings specified through Attributes

See Also

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace