PackageManager.customCachePaths

Sets additional (read-only) package cache paths to search for packages.

Cache paths have the same structure as the default cache paths, such as ".dub/packages/".

Note that previously set custom paths will be removed when setting this property.

class PackageManager
@property
void
customCachePaths
(
NativePath[] custom_cache_paths
)

Meta