org.exist.management
Class Cache

java.lang.Object
  extended by org.exist.management.Cache
All Implemented Interfaces:
CacheMBean

public class Cache
extends Object
implements CacheMBean


Constructor Summary
Cache(Cache cache)
           
 
Method Summary
 int getFails()
           
 String getFileName()
           
 int getHits()
           
 int getSize()
           
 String getType()
           
 int getUsed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cache

public Cache(Cache cache)
Method Detail

getType

public String getType()
Specified by:
getType in interface CacheMBean

getSize

public int getSize()
Specified by:
getSize in interface CacheMBean

getUsed

public int getUsed()
Specified by:
getUsed in interface CacheMBean

getHits

public int getHits()
Specified by:
getHits in interface CacheMBean

getFails

public int getFails()
Specified by:
getFails in interface CacheMBean

getFileName

public String getFileName()
Specified by:
getFileName in interface CacheMBean


Copyright (C) Wolfgang Meier. All rights reserved.