Click or drag to resize
RegionAttributesCacheWriter Property
Gets the cache writer for the region.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ICacheWriter CacheWriter { get; }

Return Value

Type: ICacheWriter
region's ICacheWriter or null if none
See Also