Package | Description |
---|---|
org.apache.jetspeed.cache |
Modifier and Type | Method and Description |
---|---|
CacheMonitorState |
JetspeedCacheMonitor.calculateStatistics(String cacheName)
Recalculate the statistics for the given cache, including cache size calculations.
|
CacheMonitorState |
JetspeedCacheMonitor.snapshotStatistics(String cacheName)
Retrieve a snapshot of a single cache states and statistics without performing expensive object count calculations
|
Modifier and Type | Method and Description |
---|---|
List<CacheMonitorState> |
JetspeedCacheMonitor.calculateStatistics()
Recalculate the statistics for all caches, including cache size calculations.
|
List<CacheMonitorState> |
JetspeedCacheMonitor.snapshotStatistics()
Retrieve a snapshot of all cache states and statistics
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.