Interface ICombinerFactory
Implement the interface ICombinerFactory and provide implementation for its Create(key) method. Providing Combiner Factory or Combiner is optional.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface ICombinerFactory
Methods
Name | Description |
---|---|
Create(Object) | This method will provide the incoming element with a new instance of the Combiner so that it merges the intermediate key-value pairs from the Mapper. |