C# Class MemMapCache.Program

Exibir arquivo Open project: jprichardson/MemMapCache

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method 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 method

public static Main ( string args ) : void
args string
return void