C# Class Raven.Client.Util.SimpleCache

Inheritance: IDisposable
显示文件 Open project: nhsevidence/ravendb Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Get ( string key ) : object
Set ( string key, object val ) : void
SimpleCache ( int maxNumberOfCacheEntries ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Get() public method

public Get ( string key ) : object
key string
return object

Set() public method

public Set ( string key, object val ) : void
key string
val object
return void

SimpleCache() public method

public SimpleCache ( int maxNumberOfCacheEntries ) : System
maxNumberOfCacheEntries int
return System