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.
|
Méthode | Description | |
---|---|---|
CacheKey ( CacheName cacheName, string key, string cultureName ) : System |
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 |
public Equals ( object obj ) : bool | ||
obj | object | The |
Résultat | bool |