Package com.google.gerrit.server.cache
Class CacheDisplay
- java.lang.Object
-
- com.google.gerrit.server.cache.CacheDisplay
-
public class CacheDisplay extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheDisplay(Writer stdout, int nw, Collection<CacheInfo> caches)
CacheDisplay(Writer stdout, Collection<CacheInfo> caches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
displayCaches()
-
-
-
Constructor Detail
-
CacheDisplay
public CacheDisplay(Writer stdout, int nw, Collection<CacheInfo> caches)
-
CacheDisplay
public CacheDisplay(Writer stdout, Collection<CacheInfo> caches)
-
-
Method Detail
-
displayCaches
public void displayCaches() throws IOException
- Throws:
IOException
-
-