Uses of Interface
org.apache.openjpa.datacache.CacheStatistics
Packages that use CacheStatistics
Package
Description
OpenJPA Data Cache
OpenJPA JPA
-
Uses of CacheStatistics in org.apache.openjpa.datacache
Subinterfaces of CacheStatistics in org.apache.openjpa.datacacheModifier and TypeInterfaceDescriptioninterfaceThe provider extensions to the CacheStatistics interface.Classes in org.apache.openjpa.datacache that implement CacheStatisticsModifier and TypeClassDescriptionclassThe default CacheStatistics(SPI) implementation.Methods in org.apache.openjpa.datacache that return CacheStatisticsModifier and TypeMethodDescriptionAbstractDataCache.getStatistics()DataCache.getStatistics()Returns number of read/write request and cache hit ratio data.DelegatingDataCache.getStatistics() -
Uses of CacheStatistics in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return CacheStatisticsModifier and TypeMethodDescriptionStoreCache.getStatistics()Gets the number of read/write/hit on this receiver in total and per class basis.StoreCacheImpl.getStatistics()