C# Class CClash.CacheInfo

Inheritance: IDisposable, ICacheInfo
Show file Open project: artillery/cclash Class Usage Examples

Public Methods

Method Description
CacheInfo ( FileCacheStore statCache ) : System
Commit ( ) : void
Dispose ( ) : void
LockStatsCall ( Action x ) : void
ReadStat ( string statfile ) : long
WriteStat ( string statfile, long value ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CacheInfo() public method

public CacheInfo ( FileCacheStore statCache ) : System
statCache FileCacheStore
return System

Commit() public method

public Commit ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

LockStatsCall() public method

public LockStatsCall ( Action x ) : void
x Action
return void

ReadStat() public method

public ReadStat ( string statfile ) : long
statfile string
return long

WriteStat() public method

public WriteStat ( string statfile, long value ) : void
statfile string
value long
return void