Methods Summary |
---|
public Cache | buildCache(java.lang.String regionName, java.util.Properties properties)Configure the cache
|
public boolean | isMinimalPutsEnabledByDefault()
|
public long | nextTimestamp()Generate a timestamp
|
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().
|