C# Class ModelViewer.Cache.CacheManager

Exibir arquivo Open project: nohbdy/ffxivmodelviewer

Public Methods

Method Description
Init ( ) : void
LoadCache ( ) : void
ReloadCache ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
BuildConnectionString ( bool failIfMissing ) : string
ClearCache ( ) : void
CreateCacheDb ( ) : void
CreateConnection ( ) : SQLiteConnection
GetCurrentGameVersion ( ) : string
LoadDbInfo ( ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

LoadCache() public static method

public static LoadCache ( ) : void
return void

ReloadCache() public static method

public static ReloadCache ( ) : void
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void