Enum ResolutionAction
Resolution action is based on which it is to be decided that which item will remain in cache and which item will be ignored its value is configurable by the client. Bridge Conflict Resolver is executed on cache side whenever conflicts occur in cache. If 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>
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum ResolutionAction : int
Fields
Name | Description |
---|---|
KeepOldEntry | keep old Entry for the ProviderBridgeItem |
ReplaceWithNewEntry | To replace with new entry |