Constructor BuildCache
BuildCache()
Creates a new build cache object.
Declaration
public BuildCache()
BuildCache(string, int)
Creates a new remote build cache object.
Declaration
public BuildCache(string host, int port = 8126)
Parameters
| Type | Name | Description |
|---|---|---|
| string | host | The server host. |
| int | port | The server port. |