C# Class CachingTest.Program

Datei anzeigen Open project: jchristn/Caching

Public Methods

Method Description
InitByteArray ( int count, byte val ) : byte[]

Private Methods

Method Description
DecimalToString ( object obj ) : string
FIFOCacheTest ( ) : void
LRUCacheBTreeTest ( ) : void
LRUCacheTest ( ) : void
Main ( string args ) : void
PrintException ( Exception e ) : void
TotalMsFrom ( System.DateTime startTime ) : double
TotalTimeFrom ( System.DateTime startTime ) : string

Method Details

InitByteArray() public static method

public static InitByteArray ( int count, byte val ) : byte[]
count int
val byte
return byte[]