C# Class Microsoft.DocAsCode.Dfm.FileCacheLite

Inheritance: IDisposable
Datei anzeigen Open project: dotnet/docfx Class Usage Examples

Public Properties

Property Type Description
Default FileCacheLite

Public Methods

Method Description
Add ( string key, string value ) : void
Dispose ( ) : void
FileCacheLite ( IEqualityComparer keyComparer ) : System
Get ( string key ) : string
Remove ( string key ) : bool
TryGet ( string key, string &value ) : bool

Method Details

Add() public method

public Add ( string key, string value ) : void
key string
value string
return void

Dispose() public method

public Dispose ( ) : void
return void

FileCacheLite() public method

public FileCacheLite ( IEqualityComparer keyComparer ) : System
keyComparer IEqualityComparer
return System

Get() public method

public Get ( string key ) : string
key string
return string

Remove() public method

public Remove ( string key ) : bool
key string
return bool

TryGet() public method

public TryGet ( string key, string &value ) : bool
key string
value string
return bool

Property Details

Default public_oe static_oe property

public static FileCacheLite,Microsoft.DocAsCode.Dfm Default
return FileCacheLite