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.Bower.
                            
	
		Summary
            execute 'bower cache' for a particular package
            
		- Assembly
 - Cake
.Bower .dll  - Namespace
 - Cake
.Bower  - Containing Type
 - BowerRunner
 
Syntax
public IBowerRunnerCommands Cache(Action<BowerCacheSettings> configure = null)
	Examples
Run 'bower cache'
Task("Bower")
    .Does(() =>
{
    Bower.Cache(s => s.Clean()));
});
            Parameters
| Name | Type | Description | 
|---|---|---|
| configure | Action | 
						options when running 'bower cache' | 
Return Value
| Type | Description | 
|---|---|
| IBowerRunnerCommands | 
