Click or drag to resize
AttributesFactorySetCacheWriter Method (ICacheWriter)
Sets the cache writer for the RegionAttributes being created.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void SetCacheWriter(
	ICacheWriter cacheWriter
)

Parameters

cacheWriter
Type: GemStone.GemFire.CacheICacheWriter
user-defined cache writer, or null for no cache writer
See Also