C# Class MoreInternals.Helpers.FileCache

Afficher le fichier Open project: kevin-montrose/More Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
SafetyCheck ( ) : void

Method Details

Available() public méthode

public Available ( IEnumerable paths, Func load ) : List>.Tuple
paths IEnumerable
load Func
Résultat List>.Tuple

Demand() public méthode

public Demand ( string path, Func load ) : List
path string
load Func
Résultat List

Loaded() public méthode

public Loaded ( ) : List
Résultat List

Remove() public méthode

public Remove ( string path ) : void
path string
Résultat void