public interface CacheStatistics
Modifier and Type | Method and Description |
---|---|
double |
getCacheHitRatio()
Gets the cache hit ratio.
|
long |
getLocalDiskHitCount()
Gets the cache hit count for the on-disk cache.
|
long |
getLocalDiskMissCount()
Gets the cache miss count for the on-disk cache.
|
long |
getLocalDiskSize()
Gets the size of the on-disk cache.
|
long |
getLocalHeapHitCount()
Gets the cache hit count for the in-memory cache.
|
long |
getLocalHeapMissCount()
Gets the cache miss count for the in-memory cache.
|
long |
getLocalHeapSize()
Gets the size of the in-memory cache.
|
double getCacheHitRatio()
long getLocalHeapHitCount()
long getLocalHeapMissCount()
long getLocalHeapSize()
long getLocalDiskHitCount()
long getLocalDiskMissCount()
long getLocalDiskSize()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries