Class HibernateManagedRegionCacheFactory
- java.lang.Object
-
- com.atlassian.confluence.impl.cache.hibernate.HibernateManagedRegionCacheFactory
-
- All Implemented Interfaces:
HibernateManagedCacheSupplier
public final class HibernateManagedRegionCacheFactory extends Object implements HibernateManagedCacheSupplier
Responsible for creatingManagedCacheimplementations based upon HibernateRegions.- Since:
- 8.4
- See Also:
ManagedHazelcastHibernateRegionCache
-
-
Constructor Summary
Constructors Constructor Description HibernateManagedRegionCacheFactory(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, com.atlassian.cache.CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<com.atlassian.cache.ManagedCache>getAllManagedCaches()io.atlassian.fugue.Option<com.atlassian.cache.ManagedCache>getManagedCache(String name)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.impl.cache.hibernate.HibernateManagedCacheSupplier
getManagedCaches
-
-
-
-
Method Detail
-
getAllManagedCaches
public Collection<com.atlassian.cache.ManagedCache> getAllManagedCaches()
- Specified by:
getAllManagedCachesin interfaceHibernateManagedCacheSupplier
-
getManagedCache
public io.atlassian.fugue.Option<com.atlassian.cache.ManagedCache> getManagedCache(String name)
- Specified by:
getManagedCachein interfaceHibernateManagedCacheSupplier
-
-