Class CacheErrorResult
A cache error result.
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Caching.Results
Assembly: Color-Chan.Discord.Caching.dll
Syntax
public class CacheErrorResult : ErrorResult, IErrorResult, IEquatable<ErrorResult>, IEquatable<CacheErrorResult>
Constructors
| Improve this Doc View SourceCacheErrorResult(String)
Initializes a new instance of CacheErrorResult.
Declaration
public CacheErrorResult(string key)
Parameters
Type | Name | Description |
---|---|---|
String | key | The key of the cached value. |