Implements
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.dll
Syntax
[RunTimeOrCompileTime]
public record CachedMethodConfiguration : CacheItemConfiguration, ICacheItemConfiguration, IEquatable<CacheItemConfiguration>, IEquatable<CachedMethodConfiguration>Constructors
| Name | Description |
|---|---|
| CachedMethodConfiguration() | |
| CachedMethodConfiguration(CachedMethodConfiguration) | |
| CachedMethodConfiguration(CachedMethodConfiguration, CachedMethodConfiguration) |
Properties
| Name | Description |
|---|---|
| Empty | |
| EqualityContract | |
| IgnoreThisParameter |
Methods
| Name | Description |
|---|---|
| Equals(CacheItemConfiguration?) | |
| Equals(CachedMethodConfiguration?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(CachedMethodConfiguration?, CachedMethodConfiguration?) | |
| operator !=(CachedMethodConfiguration?, CachedMethodConfiguration?) |