Class ProxyScriptManagerCache
Inheritance
object
ProxyScriptManagerCache
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.ProxyScripting
Assembly: Volo.Abp.Http.dll
Syntax
public class ProxyScriptManagerCache : 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 |
|---|---|---|
| string | key | |
| System.Func<TResult><string> | factory |
Returns
| Type | Description |
|---|---|
| string |
Set(string, string)
Declaration
public void Set(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| string | value |