Click or drag to resize
AttributesMutatorSetCacheWriter Method
Overload List
  NameDescription
Public methodSetCacheWriter(ICacheWriter)
Sets the CacheListener for the region. The previous cache writer (if any) will be replaced with the given cacheWriter.
Public methodSetCacheWriter(String, String)
Sets the library path for the library that will be invoked for the writer of the region. The previous cache writer will be replaced with a writer created using the factory function provided in the given library.
Top
See Also