C# Class IQMap.QueryCache.Impl.CacheKey

Inheritance: ICacheKey
显示文件 Open project: jamietre/IQMap Class Usage Examples

Public Methods

Method Description
CacheKey ( ISqlQuery query ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

CacheKey() public method

public CacheKey ( ISqlQuery query ) : System
query ISqlQuery
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string