LibManCacheCleanAliases Class

Summary

LibMan Cache Clean aliases
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["LibManCacheCleanAliases"] class Type type-node

Syntax

public static class LibManCacheCleanAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
LibManCacheClean(ICakeContext, Action<LibManCacheCleanSettings>) void
Clears library cache using the specified configurator LibManCacheCleanSettings.
static
LibManCacheClean(ICakeContext, LibManCacheCleanSettings) void
Clears library cache using the specified LibManCacheCleanSettings settings.
static
LibManCacheClean(ICakeContext) void
letes Clears library cache using the default settings
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin