Class EhCacheManagementConfig
- java.lang.Object
-
- com.atlassian.confluence.cache.ehcache.EhCacheManagementConfig
-
@Internal @Deprecated public class EhCacheManagementConfig extends Object
Deprecated.since 5.9Provides configuration for management functions of EhCache that are not configured in the standard ehcache.xml- Since:
- 5.3
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EhCacheManagementConfig
loadDefaultManagementConfig()
Deprecated.boolean
reportBytesLocalHeap(String cacheName)
Deprecated.
-
-
-
Method Detail
-
loadDefaultManagementConfig
public static EhCacheManagementConfig loadDefaultManagementConfig() throws org.dom4j.DocumentException
Deprecated.- Throws:
org.dom4j.DocumentException
-
reportBytesLocalHeap
public boolean reportBytesLocalHeap(String cacheName)
Deprecated.
-
-