Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
|
org.apache.openjpa.persistence |
OpenJPA JPA
|
Modifier and Type | Class and Description |
---|---|
static class |
CacheStatistics.Default
A default 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 |
StoreCache.getStatistics()
Gets the number of read/write/hit on this receiver in total and per
class basis.
|
CacheStatistics |
StoreCacheImpl.getStatistics() |
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.