Uses of Interface
org.apache.openjpa.datacache.CacheStatistics
-
Packages that use CacheStatistics Package Description org.apache.openjpa.datacache OpenJPA Data Cache -
-
Uses of CacheStatistics in org.apache.openjpa.datacache
Subinterfaces of CacheStatistics in org.apache.openjpa.datacache Modifier and Type Interface Description interface
CacheStatisticsSPI
The provider extensions to the CacheStatistics interface.Classes in org.apache.openjpa.datacache that implement CacheStatistics Modifier and Type Class Description class
CacheStatisticsImpl
The default CacheStatistics(SPI) implementation.Methods in org.apache.openjpa.datacache that return CacheStatistics Modifier and Type Method Description CacheStatistics
AbstractDataCache. getStatistics()
CacheStatistics
DataCache. getStatistics()
Returns number of read/write request and cache hit ratio data.CacheStatistics
DelegatingDataCache. getStatistics()
-