C# 클래스 NSoft.NFramework.Data.NHibernateEx.NHCaches.SysCache.SysCacheProvider

System.Web.Caching 의 캐시 클래스들을 이용한 Cache provider입니다.
상속: 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.

비공개 메소드들

메소드 설명
SysCacheProvider ( ) : System.Collections.Generic

메소드 상세

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