| Package | Description |
|---|---|
| com.caucho.management.server | |
| com.caucho.server.cluster |
| Modifier and Type | Method and Description |
|---|---|
CacheItem[] |
ProxyCacheMXBean.getCacheableEntries(int max)
Return most used cacheable connections.
|
CacheItem[] |
ProxyCacheMXBean.getCachedEntries(int max)
Return most used cached connections.
|
CacheItem[] |
ProxyCacheMXBean.getUncacheableEntries(int max)
Return most used uncacheable connections.
|
CacheItem[] |
ProxyCacheMXBean.getUncachedEntries(int max)
Return most used uncached connections.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<CacheItem> |
ServerAdmin.getCacheStatistics()
Returns the cache stuff.
|