Perform tasks like Conflict Resolution between different cache and bridge operation.

Namespace: Alachisoft.NCache.Runtime.Bridge
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
ConflictResolution Resolve(
	ProviderBridgeItem oldEntry,
	ProviderBridgeItem newEntry
)
Visual Basic
Function Resolve ( _
	oldEntry As ProviderBridgeItem, _
	newEntry As ProviderBridgeItem _
) As ConflictResolution
Visual C++
ConflictResolution^ Resolve(
	ProviderBridgeItem^ oldEntry, 
	ProviderBridgeItem^ newEntry
)

Parameters

oldEntry
Type: Alachisoft.NCache.Runtime.Bridge..::..ProviderBridgeItem
Existing entry in the cache store.
newEntry
Type: Alachisoft.NCache.Runtime.Bridge..::..ProviderBridgeItem
The new entry to be saved to cache.

See Also