C# Class DR.Sleipner.CacheProviders.DictionaryCache.DictionaryCacheKey

Datei anzeigen Open project: drdk/sleipner Class Usage Examples

Public Methods

Method Description
DictionaryCacheKey ( MethodInfo primaryKey, object cacheKeys ) : System
Equals ( DictionaryCacheKey other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

DictionaryCacheKey() public method

public DictionaryCacheKey ( MethodInfo primaryKey, object cacheKeys ) : System
primaryKey System.Reflection.MethodInfo
cacheKeys object
return System

Equals() public method

public Equals ( DictionaryCacheKey other ) : bool
other DictionaryCacheKey
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int