Class ProxyScriptManagerCache
Inheritance
ProxyScriptManagerCache
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
Returns
Set(string, string)
Declaration
public void Set(string key, string value)
Parameters
Implements
Extension Methods