C# Class SqlToGraphite.Conf.Cache

Inheritance: ICache
Show file Open project: perryofpeek/SqlToGraphite-core Class Usage Examples

Public Methods

Method Description
Cache ( System.TimeSpan cacheLength, log4net.ILog log ) : System
HasExpired ( ) : bool
ResetCache ( ) : void

Method Details

Cache() public method

public Cache ( System.TimeSpan cacheLength, log4net.ILog log ) : System
cacheLength System.TimeSpan
log log4net.ILog
return System

HasExpired() public method

public HasExpired ( ) : bool
return bool

ResetCache() public method

public ResetCache ( ) : void
return void