Interface ICacheDrEntry<TK, TV>
Data center replication cache entry.
Namespace: GridGain.Core.DataCenterReplication
Assembly: GridGain.Core.dll
Syntax
public interface ICacheDrEntry<out TK, out TV> : ICacheEntry<TK, TV>
Type Parameters
| Name | Description |
|---|---|
| TK | Type of cache entry key. |
| TV | Type of cache entry value. |
Properties
DataCenterId
Gets the initiator data center ID.
Declaration
byte DataCenterId { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte | ID of initiator data center. |