public interface HibernateCacheFactory
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | HibernateCacheFactory.InstanceHolderThis provides a way to store the  HibernateCacheFactoryin a way that
 can be looked up via a static method. | 
| Modifier and Type | Method and Description | 
|---|---|
| net.sf.hibernate.cache.CacheProvider | getCacheProvider()Gets a new instance of the configured hibernate cache provider | 
| net.sf.hibernate.cache.CacheConcurrencyStrategy | getReadWriteCacheConcurrencyStrategy()Gets a new instance of the configured hibernate Read/Write cache strategy | 
net.sf.hibernate.cache.CacheProvider getCacheProvider()
net.sf.hibernate.cache.CacheConcurrencyStrategy getReadWriteCacheConcurrencyStrategy()
Copyright © 2003–2017 Atlassian. All rights reserved.