Interface HibernateManagedCacheSupplier
- All Known Implementing Classes:
HibernateManagedRegionCacheFactory
public interface HibernateManagedCacheSupplier
Defines operations for obtaining references to
ManagedCache
s that represent Hibernate cache regions.- Since:
- 8.4
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<com.atlassian.cache.ManagedCache> 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 HibernateManagedCache
s with the provided collection, de-duplicating them by prefering the Hibernate one.
-
Method Details
-
getAllManagedCaches
Collection<com.atlassian.cache.ManagedCache> getAllManagedCaches() -
getManagedCache
-
getManagedCaches
default Collection<com.atlassian.cache.ManagedCache> getManagedCaches(Collection<com.atlassian.cache.ManagedCache> mergeWith) Merge the collection of HibernateManagedCache
s with the provided collection, de-duplicating them by prefering the Hibernate one.
-