Uses of Interface
org.apache.openjpa.datacache.CacheStatistics

Packages that use CacheStatistics
org.apache.openjpa.datacache OpenJPA Data Cache 
 

Uses of CacheStatistics in org.apache.openjpa.datacache
 

Subinterfaces of CacheStatistics in org.apache.openjpa.datacache
 interface CacheStatisticsSPI
          The provider extensions to the CacheStatistics interface.
 

Classes in org.apache.openjpa.datacache that implement CacheStatistics
 class CacheStatisticsImpl
          The default CacheStatistics(SPI) implementation.
 

Methods in org.apache.openjpa.datacache that return CacheStatistics
 CacheStatistics DataCache.getStatistics()
          Returns number of read/write request and cache hit ratio data.
 CacheStatistics DelegatingDataCache.getStatistics()
           
 CacheStatistics AbstractDataCache.getStatistics()
           
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.