Class MemoryService
Inheritance
object
MemoryService
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |
SetAsync(string, string)
Declaration
public Task SetAsync(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| string | value |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |