메소드 | 설명 | |
---|---|---|
BuildCache ( string regionName, string>.IDictionary |
Configure the cache
|
|
NextTimestamp ( ) : long |
generate a timestamp
|
|
Start ( string>.IDictionary |
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 |
public BuildCache ( string regionName, string>.IDictionary |
||
regionName | string | the name of the cache region |
properties | string>.IDictionary | configuration settings |
리턴 | ICache |
public Start ( string>.IDictionary |
||
properties | string>.IDictionary | current configuration settings |
리턴 | void |