A cache dependency that is already represented as a string.
Implements
Namespace: PostSharp.Patterns.Caching.Dependencies
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class StringDependency : ICacheDependencyConstructors
| Name | Description |
|---|---|
| StringDependency(string) | Initializes a new StringDependency. |
Methods
| Name | Description |
|---|---|
| Equals(ICacheDependency) | Determines whether the specified object is equal to the current object. |
| Equals(object) | |
| GetCacheKey() | Gets a string that uniquely represents the current object. |
| GetHashCode() |