Package | Description |
---|---|
com.caucho.management.server | |
com.caucho.server.cluster | |
com.caucho.server.httpcache |
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.
|
Modifier and Type | Method and Description |
---|---|
CacheItem[] |
ProxyCache.getCacheableEntries(int max)
Return most used connections.
|
CacheItem[] |
ProxyCacheAdmin.getCacheableEntries(int max) |
CacheItem[] |
ProxyCache.getCachedEntries(int max)
Return most used connections.
|
CacheItem[] |
ProxyCacheAdmin.getCachedEntries(int max) |
CacheItem[] |
ProxyCache.getUncacheableEntries(int max)
Return most used connections.
|
CacheItem[] |
ProxyCacheAdmin.getUncacheableEntries(int max) |
CacheItem[] |
ProxyCache.getUncachedEntries(int max)
Return most used connections.
|
CacheItem[] |
ProxyCacheAdmin.getUncachedEntries(int max) |