Class ComplexObjectAsCacheKey
Inheritance
object
ComplexObjectAsCacheKey
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Caching
Assembly: Volo.Abp.Caching.Tests.dll
Syntax
public class ComplexObjectAsCacheKey
Constructors
ComplexObjectAsCacheKey()
Declaration
public ComplexObjectAsCacheKey()
Properties
Age
Declaration
public int Age { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
object.ToString()