Methods Summary |
---|
public Cache | buildCache(java.lang.String regionName, java.util.Properties properties)
return new HashtableCache( regionName );
|
public boolean | isMinimalPutsEnabledByDefault()
return false;
|
public long | nextTimestamp()
return Timestamper.next();
|
public void | start(java.util.Properties properties)Callback to perform any necessary initialization of the underlying cache implementation
during SessionFactory construction.
|
public void | stop()Callback to perform any necessary cleanup of the underlying cache implementation
during SessionFactory.close().
|