@Deprecated public class LocalCacheProviderProxy extends Object implements CacheProvider
LocalSessionFactoryBean.setCacheProvider(org.hibernate.cache.CacheProvider)
Constructor and Description |
---|
LocalCacheProviderProxy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Cache |
buildCache(String regionName,
Properties properties)
Deprecated.
|
boolean |
isMinimalPutsEnabledByDefault()
Deprecated.
|
long |
nextTimestamp()
Deprecated.
|
void |
start(Properties properties)
Deprecated.
|
void |
stop()
Deprecated.
|
public Cache buildCache(String regionName, Properties properties) throws CacheException
buildCache
in interface CacheProvider
CacheException
public long nextTimestamp()
nextTimestamp
in interface CacheProvider
public void start(Properties properties) throws CacheException
start
in interface CacheProvider
CacheException
public void stop()
stop
in interface CacheProvider
public boolean isMinimalPutsEnabledByDefault()
isMinimalPutsEnabledByDefault
in interface CacheProvider