This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.LibMan.
Summary
Sets the cdn provider to clear the cache for. Does not support filesystem provider.
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan .Cache - Containing Type
- Lib
Man Cache Clean Extensions
Syntax
public static LibManCacheCleanSettings WithProvider(this LibManCacheCleanSettings settings, CdnProvider provider)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Lib |
The settings. |
| provider | CdnProvider | Cdn Provider. |
Return Value
| Type | Description |
|---|---|
| Lib |
The settings instance with Provider set to provider. |
