C# Class MemMapCache.Program

Afficher le fichier Open project: jprichardson/MemMapCache

Méthodes publiques

Méthode Description
Main ( string args ) : void

Private Methods

Méthode Description
AddKey ( string key, MemoryMappedFile mmf ) : void
AddKey ( string key, MemoryMappedFile mmf, System.DateTime dt ) : void
ClearBuffer ( byte buf ) : void
OnCleanCacheEvent ( object source, System.Timers.ElapsedEventArgs e ) : void

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void