C# 클래스 NHibernate.Caches.Couchbase.CouchbaseCacheProvider

Cache provider using the .NET client (http://github.com/enyim/EnyimMemcached) for memcached, which is located at http://memcached.org/
상속: ICacheProvider
파일 보기 프로젝트 열기: couchbaselabs/nhibernate-caches-couchbase

공개 메소드들

메소드 설명
BuildCache ( string regionName, string>.IDictionary properties ) : ICache
NextTimestamp ( ) : long
Start ( string>.IDictionary properties ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
CouchbaseCacheProvider ( ) : System

메소드 상세

BuildCache() 공개 메소드

public BuildCache ( string regionName, string>.IDictionary properties ) : ICache
regionName string
properties string>.IDictionary
리턴 ICache

NextTimestamp() 공개 메소드

public NextTimestamp ( ) : long
리턴 long

Start() 공개 메소드

public Start ( string>.IDictionary properties ) : void
properties string>.IDictionary
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void