public interface RegionCacheMBean
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCacheFillRatio()
The cache fill ratio of cache max size to current cache size.
|
Long |
getCurrentCacheSize()
The current size of the cache.
|
Long |
getEvictionCount()
The number of evicted items from the cache.
|
Long |
getFetchCount()
The number of read operations to the cache.
|
Long |
getHitCount()
The number of requests where the cache had data.
|
Integer |
getHitRatio()
The ratio of hits on the cache of total request count to cache hits.
|
Long |
getInvalidationCount()
The number of invalidations to the cache (typically editing of items).
|
Long |
getMaximumCacheSize()
The maximum size of the cache.
|
Long |
getMissCount()
The number of requests to the cache with no data found.
|
Long getMaximumCacheSize()
Long getCurrentCacheSize()
Integer getCacheFillRatio()
Long getMissCount()
Long getHitCount()
Long getFetchCount()
Long getInvalidationCount()
Long getEvictionCount()
Integer getHitRatio()
Copyright © 2017 SAP SE. All Rights Reserved.