CleanupCodeSettingsExtensions.

SetCachesHome(CleanupCodeSettings, string) Method

Summary

Sets

Lets you specify a custom location for the data that CleanupCode caches. By default, the %LOCALAPPDATA% directory is used, unless there are settings files, in which case the one specified there is used. This parameter can be helpful if you want to use a fast SSD disk for the cache or if you want to store all your build processing data in a single place.

Syntax

public static CleanupCodeSettings SetCachesHome(this CleanupCodeSettings toolSettings, string cachesHome)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
cachesHome string

Return Value

Type Description
CleanupCodeSettings