ICacheDependency Interface |
Interface that must be implemented by classes that need to be used as cache dependencies,
for use with the AddDependency(ICacheDependency) method.
Alternatively, custom classes may implement the IFormattable interface or simply
the ToString() method.
Namespace: PostSharp.Patterns.Caching.Dependencies
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface ICacheDependency
The ICacheDependency type exposes the following members.
Name | Description | |
---|---|---|
GetCacheKey |
Gets a string that uniquely represents the current object.
|