com.atlassian.confluence.it.admin
Class CacheStatisticsPage

java.lang.Object
  extended by com.atlassian.confluence.it.admin.CacheStatisticsPage

public class CacheStatisticsPage
extends Object

The Confluence admin screens that display the list of cache statistics.


Method Summary
 void clickFlushCache(String cacheKey)
           
 int getCacheSize(String cacheName)
           
 void setCacheSize(String cacheName, int size)
           
static CacheStatisticsPage view(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

view

public static CacheStatisticsPage view(net.sourceforge.jwebunit.junit.WebTester webTester)

getCacheSize

public int getCacheSize(String cacheName)

setCacheSize

public void setCacheSize(String cacheName,
                         int size)

clickFlushCache

public void clickFlushCache(String cacheKey)


Copyright © 2003-2011 Atlassian. All Rights Reserved.