Click or drag to resize
RegionAttributesTKey, TValueCacheWriter Property
Gets the cache writer for the region.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ICacheWriter<TKey, TValue> CacheWriter { get; }

Return Value

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