|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheItem | |
|---|---|
| com.caucho.management.server | |
| com.caucho.server.cache | |
| com.caucho.server.cluster | |
| Uses of CacheItem in com.caucho.management.server |
|---|
| Methods in com.caucho.management.server that return CacheItem | |
|---|---|
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. |
| Uses of CacheItem in com.caucho.server.cache |
|---|
| Methods in com.caucho.server.cache that return CacheItem | |
|---|---|
CacheItem[] |
Cache.getCacheableEntries(int max)
Return most used connections. |
CacheItem[] |
ProxyCacheAdmin.getCacheableEntries(int max)
|
CacheItem[] |
Cache.getCachedEntries(int max)
Return most used connections. |
CacheItem[] |
ProxyCacheAdmin.getCachedEntries(int max)
|
CacheItem[] |
Cache.getUncacheableEntries(int max)
Return most used connections. |
CacheItem[] |
ProxyCacheAdmin.getUncacheableEntries(int max)
|
CacheItem[] |
Cache.getUncachedEntries(int max)
Return most used connections. |
CacheItem[] |
ProxyCacheAdmin.getUncachedEntries(int max)
|
| Uses of CacheItem in com.caucho.server.cluster |
|---|
| Methods in com.caucho.server.cluster that return types with arguments of type CacheItem | |
|---|---|
java.util.ArrayList<CacheItem> |
ServerAdmin.getCacheStatistics()
Returns the cache stuff. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||