C# Class CachingTest.Program

Afficher le fichier Open project: jchristn/Caching

Méthodes publiques

Méthode Description
InitByteArray ( int count, byte val ) : byte[]

Private Methods

Méthode 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 méthode

public static InitByteArray ( int count, byte val ) : byte[]
count int
val byte
Résultat byte[]