Interface HibernateManagedCacheSupplier
- 
- All Known Subinterfaces:
 HibernateManagedRegionCacheLookup
- All Known Implementing Classes:
 HibernateManagedRegionCacheFactory
public interface HibernateManagedCacheSupplierDefines operations for obtaining references toManagedCaches that represent Hibernate cache regions.- Since:
 - 8.4
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Collection<com.atlassian.cache.ManagedCache>getAllManagedCaches()io.atlassian.fugue.Option<com.atlassian.cache.ManagedCache>getManagedCache(String name)default Collection<com.atlassian.cache.ManagedCache>getManagedCaches(Collection<com.atlassian.cache.ManagedCache> mergeWith)Merge the collection of HibernateManagedCaches with the provided collection, de-duplicating them by prefering the Hibernate one. 
 - 
 
- 
- 
Method Detail
- 
getAllManagedCaches
Collection<com.atlassian.cache.ManagedCache> getAllManagedCaches()
 
- 
getManagedCache
io.atlassian.fugue.Option<com.atlassian.cache.ManagedCache> getManagedCache(String name)
 
- 
getManagedCaches
default Collection<com.atlassian.cache.ManagedCache> getManagedCaches(Collection<com.atlassian.cache.ManagedCache> mergeWith)
Merge the collection of HibernateManagedCaches with the provided collection, de-duplicating them by prefering the Hibernate one. 
 - 
 
 -