C# Class WhoCanHelpMe.Framework.Caching.CacheKey

Defines the CacheKey to be used to store and retrieve items from the Caching Service
Inheritance: ICacheKey
Afficher le fichier Open project: jongeorge1/Who-Can-Help-Me

Méthodes publiques

Méthode Description
CacheKey ( CacheName cacheName, string key ) : System

Initializes a new instance of the CacheKey class.

Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

get hash code.

ToString ( ) : string

to string.

Private Methods

Méthode Description
CacheKey ( CacheName cacheName, string key, string cultureName ) : System

Initializes a new instance of the CacheKey class.

Method Details

CacheKey() public méthode

Initializes a new instance of the CacheKey class.
public CacheKey ( CacheName cacheName, string key ) : System
cacheName CacheName /// The cache name. ///
key string /// The cache key. ///
Résultat System

Equals() public méthode

Determines whether the specified T:System.Object is equal to the current T:System.Object.
The parameter is null. ///
public Equals ( object obj ) : bool
obj object The to compare with the current . ///
Résultat bool

GetHashCode() public méthode

get hash code.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

to string.
public ToString ( ) : string
Résultat string