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 |
---|---|---|
string | key | |
Func<string> | factory |
Returns
Type | Description |
---|---|
string |
Set(string, string)
Declaration
void Set(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
string | key | |
string | value |