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