C# Class TerrificNet.AssetCompiler.Compiler.CachedAssetCompiler

Inheritance: IAssetCompiler
Afficher le fichier Open project: namics/TerrificNet

Méthodes publiques

Méthode Description
CachedAssetCompiler ( IAssetCompiler compiler ) : System
CanProcess ( string filename ) : bool
CompileAsync ( string content, bool minify ) : Task

Private Methods

Méthode Description
GetHash ( HashAlgorithm md5Hash, string input ) : string

Method Details

CachedAssetCompiler() public méthode

public CachedAssetCompiler ( IAssetCompiler compiler ) : System
compiler IAssetCompiler
Résultat System

CanProcess() public méthode

public CanProcess ( string filename ) : bool
filename string
Résultat bool

CompileAsync() public méthode

public CompileAsync ( string content, bool minify ) : Task
content string
minify bool
Résultat Task