org.exist.management
Interface CacheMBean

All Known Implementing Classes:
Cache

public interface CacheMBean

Provides access to some properties of the internal page caches (Cache).


Method Summary
 int getFails()
           
 String getFileName()
           
 int getHits()
           
 int getSize()
           
 String getType()
           
 int getUsed()
           
 

Method Detail

getType

String getType()

getSize

int getSize()

getUsed

int getUsed()

getHits

int getHits()

getFails

int getFails()

getFileName

String getFileName()


Copyright (C) Wolfgang Meier. All rights reserved.