Class ProxyScriptManagerCache
Inheritance
System.Object
ProxyScriptManagerCache
Namespace: Volo.Abp.Http.ProxyScripting
Assembly: Volo.Abp.Http.dll
Syntax
public class ProxyScriptManagerCache : object, IProxyScriptManagerCache, ISingletonDependency
Constructors
ProxyScriptManagerCache()
Declaration
public ProxyScriptManagerCache()
Methods
GetOrAdd(String, Func<String>)
Declaration
public 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
public void Set(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | |
| System.String | value |
Implements
ISingletonDependency