iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

CacheKey Constructor (Int32, Int32)

Constructor that supplies an initial hashcode and multiplier

[Visual Basic]
Overloads Public Sub New( _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
)
[C#]
public CacheKey(
   Int32 initialNonZeroOddNumber,
   Int32 multiplierNonZeroOddNumber
);

Parameters

initialNonZeroOddNumber
the hashcode to use
multiplierNonZeroOddNumber
the multiplier to use

See Also

CacheKey Class | IBatisNet.DataMapper.Configuration.Cache Namespace | CacheKey Constructor Overload List