Show / Hide Table of Contents

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft