Class ComplexObjectAsCacheKey
Inherited Members
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 |