C# Class GitHub.Factories.HostCacheFactory

Inheritance: IHostCacheFactory
显示文件 Open project: github/VisualStudio

Private Properties

Property Type Description
HostCacheFactory System

Public Methods

Method Description
Create ( HostAddress hostAddress ) : IBlobCache
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
HostCacheFactory ( Lazy blobCacheFactory, Lazy operatingSystem ) : System

Method Details

Create() public method

public Create ( HostAddress hostAddress ) : IBlobCache
hostAddress GitHub.Primitives.HostAddress
return IBlobCache

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void