C# Class NHibernate.Caches.Couchbase.CouchbaseCacheProvider

Cache provider using the .NET client (http://github.com/enyim/EnyimMemcached) for memcached, which is located at http://memcached.org/
Inheritance: ICacheProvider
Afficher le fichier Open project: couchbaselabs/nhibernate-caches-couchbase

Méthodes publiques

Méthode Description
BuildCache ( string regionName, string>.IDictionary properties ) : ICache
NextTimestamp ( ) : long
Start ( string>.IDictionary properties ) : void
Stop ( ) : void

Private Methods

Méthode Description
CouchbaseCacheProvider ( ) : System

Method Details

BuildCache() public méthode

public BuildCache ( string regionName, string>.IDictionary properties ) : ICache
regionName string
properties string>.IDictionary
Résultat ICache

NextTimestamp() public méthode

public NextTimestamp ( ) : long
Résultat long

Start() public méthode

public Start ( string>.IDictionary properties ) : void
properties string>.IDictionary
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void