Show / Hide Table of Contents

Interface IBundleCache

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public interface IBundleCache

Methods

GetOrAdd(String, Func<BundleCacheItem>)

Declaration
BundleCacheItem GetOrAdd(string bundleName, Func<BundleCacheItem> factory)
Parameters
Type Name Description
System.String bundleName
System.Func<BundleCacheItem> factory
Returns
Type Description
BundleCacheItem

Remove(String)

Declaration
bool Remove(string bundleName)
Parameters
Type Name Description
System.String bundleName
Returns
Type Description
System.Boolean

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<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