LibManCacheCleanExtensions.

WithProvider(LibManCacheCleanSettings, CdnProvider) Method

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
LibManCacheCleanExtensions

Syntax

public static LibManCacheCleanSettings WithProvider(this LibManCacheCleanSettings settings, CdnProvider provider)

Parameters

Name Type Description
settings LibManCacheCleanSettings The settings.
provider CdnProvider Cdn Provider.

Return Value

Type Description
LibManCacheCleanSettings The settings instance with Provider set to provider.