C# 클래스 NSoft.NFramework.Caching.SharedCache.NHCaches.SharedCacheProvider

SharedCache 를 저장소로 사용하는 Cache Provider입니다. SharedCacheClient를 제공합니다. 참고 : http://www.sharedcache.com/cms/
상속: ICacheProvider
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
BuildCache ( string regionName, string>.IDictionary properties ) : ICache

Configure the cache

NextTimestamp ( ) : long

generate a timestamp

Start ( string>.IDictionary properties ) : void

Callback to perform any necessary initialization of the underlying cache implementation during ISessionFactory construction.

Stop ( ) : void

Callback to perform any necessary cleanup of the underlying cache implementation during M:NHibernate.ISessionFactory.Close.

비공개 메소드들

메소드 설명
SharedCacheProvider ( ) : System.Collections.Concurrent

메소드 상세

BuildCache() 공개 메소드

Configure the cache
public BuildCache ( string regionName, string>.IDictionary properties ) : ICache
regionName string the name of the cache region
properties string>.IDictionary configuration settings
리턴 ICache

NextTimestamp() 공개 메소드

generate a timestamp
public NextTimestamp ( ) : long
리턴 long

Start() 공개 메소드

Callback to perform any necessary initialization of the underlying cache implementation during ISessionFactory construction.
public Start ( string>.IDictionary properties ) : void
properties string>.IDictionary current configuration settings
리턴 void

Stop() 공개 메소드

Callback to perform any necessary cleanup of the underlying cache implementation during M:NHibernate.ISessionFactory.Close.
public Stop ( ) : void
리턴 void