C# Class MoreInternals.Helpers.FileCache

显示文件 Open project: kevin-montrose/More Class Usage Examples

Public Methods

Method Description
Available ( IEnumerable paths, Func load ) : List>.Tuple
Demand ( string path, Func load ) : List
Loaded ( ) : List
Remove ( string path ) : void

Private Methods

Method Description
SafetyCheck ( ) : void

Method Details

Available() public method

public Available ( IEnumerable paths, Func load ) : List>.Tuple
paths IEnumerable
load Func
return List>.Tuple

Demand() public method

public Demand ( string path, Func load ) : List
path string
load Func
return List

Loaded() public method

public Loaded ( ) : List
return List

Remove() public method

public Remove ( string path ) : void
path string
return void