targetCacheDir

Compute and return the directory where a target should be cached.

package
NativePath
targetCacheDir
(
NativePath cachePath
,,
string buildId
)

Parameters

cachePath NativePath

Base path at which the build cache is located, e.g. $HOME/.dub/cache/

pkg Package

The package. Cannot be null.

buildId string

The build identifier of the target.

Meta