C# Class ModelViewer.Cache.CacheManager

Afficher le fichier Open project: nohbdy/ffxivmodelviewer

Méthodes publiques

Méthode Description
Init ( ) : void
LoadCache ( ) : void
ReloadCache ( ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
BuildConnectionString ( bool failIfMissing ) : string
ClearCache ( ) : void
CreateCacheDb ( ) : void
CreateConnection ( ) : SQLiteConnection
GetCurrentGameVersion ( ) : string
LoadDbInfo ( ) : void

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

LoadCache() public static méthode

public static LoadCache ( ) : void
Résultat void

ReloadCache() public static méthode

public static ReloadCache ( ) : void
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void