AttributesMutatorSetCacheWriter Method (ICacheWriter) |
Sets the CacheListener for the region.
The previous cache writer (if any) will be replaced with the given cacheWriter.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void SetCacheWriter(
ICacheWriter cacheWriter
)
Public Sub SetCacheWriter (
cacheWriter As ICacheWriter
)
public:
void SetCacheWriter(
ICacheWriter^ cacheWriter
)
member SetCacheWriter :
cacheWriter : ICacheWriter -> unit
Parameters
- cacheWriter
- Type: GemStone.GemFire.CacheICacheWriter
user-defined cache writer, or null for no cache writer
See Also