C# Class CacheSleeve.Tests.HybridCacherTests

Inheritance: IDisposable
Show file Open project: jdehlin/CacheSleeve

Public Methods

Method Description
Dispose ( ) : void
HybridCacherTests ( ) : System

Private Methods

Method Description
GetString ( byte bytes ) : string

Converts a byte[] to a string.

OnSubscriptionHit ( string key, string message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HybridCacherTests() public method

public HybridCacherTests ( ) : System
return System