Enum ResolutionAction
The Resolution Action is an action which decides that which item will remain in the cache and which item will be ignored. Its value is configurable by the client. The Bridge Conflict Resolver is executed on the cache side whenever conflicts occur in the cache. If a user hasn't configured any conflict resolver rules, NCache uses the default resolver. In the default conflict resolver, resolution action is set based on BridgeItemVersion value.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum ResolutionAction
Fields
Name | Description |
---|---|
KeepOldEntry | Keeps an old entry for the ProviderBridgeItem. |
ReplaceWithNewEntry | To replace with the new entry. |