Interface IProxyScriptManagerCache
Namespace: Volo.Abp.Http.ProxyScripting
Assembly: Volo.Abp.Http.dll
Syntax
public interface IProxyScriptManagerCache
Methods
GetOrAdd(String, Func<String>)
Declaration
string GetOrAdd(string key, Func<string> factory)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | |
| Func<System.String> | factory |
Returns
| Type | Description |
|---|---|
| System.String |
Set(String, String)
Declaration
void Set(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | |
| System.String | value |