The kind of graph defect detected during cleanup.
Namespace: Metalama.Patterns.Caching.Backends.Redis.Observing
Assembly: Metalama.Patterns.Caching.Backends.Redis.dll
Syntax
public enum GraphDefectKindFields
| Name | Description |
|---|---|
| BrokenBackwardDependencyReference | A backward dependencies set contains a reference to a non-existent value key. |
| MissingBackwardDependencyReference | A value key has forward dependencies that are missing from the corresponding backward dependency sets. |
| OrphanedForwardDependenciesKey | A forward dependencies key exists but the corresponding value key does not. |
| OrphanedVersionKey | A version key exists but the corresponding value key does not. |
| StaleValueKey | A value key exists but is no longer the current version. |
| UnknownKey | An unknown key was found that doesn't match the expected key format. |