C# Class Sakuno.KanColle.Amatsukaze.Game.Services.CacheService

Mostra file Open project: amatukaze/IntelligentNavalGun

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
CacheService ( ) : Fiddler
CheckFileInCache ( string rpPath, string &ropFilename ) : bool?
CheckFileVersionAndTimestamp ( ResourceSession rpResourceSession, DateTimeOffset rpTimestamp ) : bool
LoadFile ( string rpFilename, ResourceSession rpResourceSession, Fiddler.Session rpSession ) : void
ProcessOnCompletion ( ResourceSession rpResourceSession, Fiddler.Session rpSession ) : void
ProcessRequest ( ResourceSession rpResourceSession, Fiddler.Session rpSession ) : void
ProcessResponse ( ResourceSession rpResourceSession, Fiddler.Session rpSession ) : void
RecordCachedFile ( ResourceSession rpResourceSession, System.DateTime rpTimestamp, bool rpReplace ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void