Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
|
org.apache.openjpa.persistence |
OpenJPA JPA
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheStatisticsSPI
The provider extensions to the CacheStatistics interface.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheStatisticsImpl
The default CacheStatistics(SPI) implementation.
|
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
DelegatingDataCache.getStatistics() |
CacheStatistics |
DataCache.getStatistics()
Returns number of read/write request and cache hit ratio data.
|
CacheStatistics |
AbstractDataCache.getStatistics() |
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
StoreCacheImpl.getStatistics() |
CacheStatistics |
StoreCache.getStatistics()
Gets the number of read/write/hit on this receiver in total and per
class basis.
|
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.