r01f.xmlproperties
Class XMLPropertiesCacheImpl.CacheStatistics

java.lang.Object
  extended by r01f.xmlproperties.XMLPropertiesCacheImpl.CacheStatistics
Enclosing class:
XMLPropertiesCacheImpl

 class XMLPropertiesCacheImpl.CacheStatistics
extends java.lang.Object


Field Summary
private  long _defaultCount
           
private  long _hitCount
           
private  long _invalidCount
           
private  long _nonHitCount
           
 
Constructor Summary
XMLPropertiesCacheImpl.CacheStatistics()
           
 
Method Summary
 java.lang.String debugInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_hitCount

private long _hitCount

_nonHitCount

private long _nonHitCount

_invalidCount

private long _invalidCount

_defaultCount

private long _defaultCount
Constructor Detail

XMLPropertiesCacheImpl.CacheStatistics

XMLPropertiesCacheImpl.CacheStatistics()
Method Detail

debugInfo

public java.lang.String debugInfo()