Class CacheStatisticsPage
- java.lang.Object
-
- com.atlassian.confluence.it.admin.CacheStatisticsPage
-
@Deprecated public class CacheStatisticsPage extends Object
Deprecated.The Confluence admin screens that display the list of cache statistics.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclickFlushCache(String cacheKey)Deprecated.intgetCacheSize(String cacheName)Deprecated.voidsetCacheSize(String cacheName, int size)Deprecated.static CacheStatisticsPageview()Deprecated.static CacheStatisticsPageview(net.sourceforge.jwebunit.junit.WebTester tester)Deprecated.
-
-
-
Method Detail
-
view
@Deprecated public static CacheStatisticsPage view()
Deprecated.
-
view
@Deprecated public static CacheStatisticsPage view(net.sourceforge.jwebunit.junit.WebTester tester)
Deprecated.
-
getCacheSize
public int getCacheSize(String cacheName)
Deprecated.
-
setCacheSize
public void setCacheSize(String cacheName, int size)
Deprecated.
-
clickFlushCache
public void clickFlushCache(String cacheKey)
Deprecated.
-
-