Uses of Class
com.caucho.management.server.CacheItem

Packages that use CacheItem
com.caucho.management.server   
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.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.