StringDependency Class |
A cache dependency that is already represented as a string.
Namespace: PostSharp.Patterns.Caching.Dependencies
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public sealed class StringDependency : ICacheDependency
The StringDependency type exposes the following members.
Name | Description | |
---|---|---|
StringDependency |
Initializes a new StringDependency.
|
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) | |
Equals(ICacheDependency) | Determines whether the specified object is equal to the current object. | |
GetCacheKey |
Gets a string that uniquely represents the current object.
| |
GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode().) |