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

Afficher le fichier Open project: drdk/sleipner Class Usage Examples

Méthodes publiques

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

Method Details

DictionaryCacheKey() public méthode

public DictionaryCacheKey ( MethodInfo primaryKey, object cacheKeys ) : System
primaryKey System.Reflection.MethodInfo
cacheKeys object
Résultat System

Equals() public méthode

public Equals ( DictionaryCacheKey other ) : bool
other DictionaryCacheKey
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int