C# Class VisualMutator.Model.StoringMutants.MutantsCache

Inheritance: IMutantsCache
Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetMutatedModulesAsync ( Mutant mutant ) : Task
Release ( MutationResult mutationResult ) : void
setDisabled ( bool disableCache = false ) : void

Private Methods

Méthode Description
CreateNew ( Mutant mutant ) : Task
MutantsCache ( OptionsModel options, IWhiteSource whiteCache, MutationSessionChoices choices, IMutationExecutor mutationExecutor ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetMutatedModulesAsync() public méthode

public GetMutatedModulesAsync ( Mutant mutant ) : Task
mutant Mutant
Résultat Task

Release() public méthode

public Release ( MutationResult mutationResult ) : void
mutationResult MutationResult
Résultat void

setDisabled() public méthode

public setDisabled ( bool disableCache = false ) : void
disableCache bool
Résultat void