Interface HibernateManagedRegionCacheLookup
-
- All Superinterfaces:
HibernateManagedCacheSupplier
@Deprecated(forRemoval=true) public interface HibernateManagedRegionCacheLookup extends HibernateManagedCacheSupplier
Deprecated, for removal: This API element is subject to removal in a future version.since 8.4 useHibernateManagedCacheSupplier
Defines operations for obtaining references toManagedCache
s that represent Hibernate cache regions.- Since:
- 7.6
-
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static HibernateManagedRegionCacheLookup
empty()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.4 no replacement-
Methods inherited from interface com.atlassian.confluence.impl.cache.hibernate.HibernateManagedCacheSupplier
getAllManagedCaches, getManagedCache, getManagedCaches
-
-
-
-
Method Detail
-
empty
@Deprecated(forRemoval=true) static HibernateManagedRegionCacheLookup empty()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.4 no replacement
-
-