C# Class Microsoft.DocAsCode.Metadata.ManagedReference.CacheBase

Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Свойство Type Description
AssemblyName string

Méthodes publiques

Méthode Description
CacheBase ( string path ) : System
GetValidConfig ( IEnumerable inputProjects ) : BuildInfo
SaveToCache ( IEnumerable inputProjects, IDictionary containedFiles, System.DateTime triggeredTime, string outputFolder, IList fileRelativePaths, bool shouldSkipMarkup ) : void

Méthodes protégées

Méthode Description
CleanupConfig ( ) : void
GetConfig ( string key ) : BuildInfo
ReadConfig ( string key ) : BuildInfo
SaveConfig ( string key, BuildInfo config ) : void

Private Methods

Méthode Description
CacheBase ( ) : System
GetMd5 ( string rootFolder, IEnumerable relativeFilePath ) : string
ReadCacheFile ( string path ) : BuildInfo>.Dictionary

Method Details

CacheBase() public méthode

public CacheBase ( string path ) : System
path string
Résultat System

CleanupConfig() protected méthode

protected CleanupConfig ( ) : void
Résultat void

GetConfig() protected méthode

protected GetConfig ( string key ) : BuildInfo
key string
Résultat BuildInfo

GetValidConfig() public méthode

public GetValidConfig ( IEnumerable inputProjects ) : BuildInfo
inputProjects IEnumerable
Résultat BuildInfo

ReadConfig() protected méthode

protected ReadConfig ( string key ) : BuildInfo
key string
Résultat BuildInfo

SaveConfig() protected méthode

protected SaveConfig ( string key, BuildInfo config ) : void
key string
config BuildInfo
Résultat void

SaveToCache() public méthode

public SaveToCache ( IEnumerable inputProjects, IDictionary containedFiles, System.DateTime triggeredTime, string outputFolder, IList fileRelativePaths, bool shouldSkipMarkup ) : void
inputProjects IEnumerable
containedFiles IDictionary
triggeredTime System.DateTime
outputFolder string
fileRelativePaths IList
shouldSkipMarkup bool
Résultat void

Property Details

AssemblyName public_oe static_oe property

public static string AssemblyName
Résultat string