Interface IBundleCache
Namespace: Volo.Abp.AspNetCore.Bundling
Assembly: Volo.Abp.AspNetCore.Bundling.dll
Syntax
public interface IBundleCache
Methods
GetOrAdd(string, Func<BundleCacheItem>)
Declaration
BundleCacheItem GetOrAdd(string bundleName, Func<BundleCacheItem> factory)
Parameters
| Type | Name | Description |
|---|---|---|
| string | bundleName | |
| Func<BundleCacheItem> | factory |
Returns
| Type | Description |
|---|---|
| BundleCacheItem |
Remove(string)
Declaration
bool Remove(string bundleName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | bundleName |
Returns
| Type | Description |
|---|---|
| bool |