public class GrouperEhcacheRegionFactory
extends org.hibernate.cache.ehcache.EhCacheRegionFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory |
accessStrategyFactory |
protected net.sf.ehcache.CacheManager |
manager |
protected org.hibernate.cache.ehcache.management.impl.ProviderMBeanRegistrationHelper |
mbeanRegistrationHelper |
static String |
NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME |
protected org.hibernate.boot.spi.SessionFactoryOptions |
settings |
| Constructor and Description |
|---|
GrouperEhcacheRegionFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected URL |
loadResource(String arg0) |
void |
start(org.hibernate.boot.spi.SessionFactoryOptions sessionFactorOptions,
Properties properties) |
void |
stop() |
public static final String NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME
protected final org.hibernate.cache.ehcache.management.impl.ProviderMBeanRegistrationHelper mbeanRegistrationHelper
protected volatile net.sf.ehcache.CacheManager manager
protected org.hibernate.boot.spi.SessionFactoryOptions settings
protected final org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory accessStrategyFactory
public void start(org.hibernate.boot.spi.SessionFactoryOptions sessionFactorOptions,
Properties properties)
throws org.hibernate.cache.CacheException
start in interface org.hibernate.cache.spi.RegionFactorystart in class org.hibernate.cache.ehcache.EhCacheRegionFactoryorg.hibernate.cache.CacheExceptionEhCacheRegionFactory.start(org.hibernate.boot.spi.SessionFactoryOptions, java.util.Properties)public void stop()
stop in interface org.hibernate.cache.spi.RegionFactorystop in class org.hibernate.cache.ehcache.EhCacheRegionFactoryEhCacheRegionFactory.stop()Copyright © 2016 Internet2. All rights reserved.