com.atlassian.confluence.it.admin
Class CacheStatistics

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

public class CacheStatistics
extends Object


Method Summary
 void clickFlushCache(String cacheKey)
           
 int getCacheSize(String cacheName)
           
 void setCacheSize(String cacheName, int size)
           
static CacheStatistics 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 CacheStatistics 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.