Class MemoryService
Implements
Inherited Members
Namespace: Volo.Abp.Cli.Memory
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class MemoryService : ITransientDependency
Constructors
MemoryService()
Declaration
public MemoryService()
Methods
GetAsync(string)
Declaration
public Task<string> GetAsync(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key |
Returns
Type | Description |
---|---|
Task<string> |
SetAsync(string, string)
Declaration
public Task SetAsync(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
string | key | |
string | value |
Returns
Type | Description |
---|---|
Task |