Class CacheErrorResult
A cache error result.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.String | key | The key of the cached value. |
Implements
System.IEquatable<T>
System.IEquatable<T>