C# 클래스 CClash.CacheInfo

상속: IDisposable, ICacheInfo
파일 보기 프로젝트 열기: artillery/cclash 1 사용 예제들

공개 메소드들

메소드 설명
CacheInfo ( FileCacheStore statCache ) : System
Commit ( ) : void
Dispose ( ) : void
LockStatsCall ( Action x ) : void
ReadStat ( string statfile ) : long
WriteStat ( string statfile, long value ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

CacheInfo() 공개 메소드

public CacheInfo ( FileCacheStore statCache ) : System
statCache FileCacheStore
리턴 System

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LockStatsCall() 공개 메소드

public LockStatsCall ( Action x ) : void
x Action
리턴 void

ReadStat() 공개 메소드

public ReadStat ( string statfile ) : long
statfile string
리턴 long

WriteStat() 공개 메소드

public WriteStat ( string statfile, long value ) : void
statfile string
value long
리턴 void