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

CacheKey Constructor

Default constructor

Overload List

Default constructor

public CacheKey();

Constructor that supplies an initial hashcode

public CacheKey(Int32);

Constructor that supplies an initial hashcode and multiplier

public CacheKey(Int32,Int32);

See Also

CacheKey Class | IBatisNet.DataMapper.Configuration.Cache Namespace