Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
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 |
DataCache.getStatistics()
Returns number of read/write request and cache hit ratio data.
|
CacheStatistics |
AbstractDataCache.getStatistics() |
CacheStatistics |
DelegatingDataCache.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–2020 Apache Software Foundation. All rights reserved.