C# Class SqlToGraphite.Conf.Cache

Inheritance: ICache
Afficher le fichier Open project: perryofpeek/SqlToGraphite-core Class Usage Examples

Méthodes publiques

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

Method Details

Cache() public méthode

public Cache ( System.TimeSpan cacheLength, log4net.ILog log ) : System
cacheLength System.TimeSpan
log log4net.ILog
Résultat System

HasExpired() public méthode

public HasExpired ( ) : bool
Résultat bool

ResetCache() public méthode

public ResetCache ( ) : void
Résultat void