C# Class Raven.Client.Util.SimpleCache

Inheritance: IDisposable
Afficher le fichier Open project: nhsevidence/ravendb Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

Set() public méthode

public Set ( string key, object val ) : void
key string
val object
Résultat void

SimpleCache() public méthode

public SimpleCache ( int maxNumberOfCacheEntries ) : System
maxNumberOfCacheEntries int
Résultat System