Uses of Package
com.sun.appserv.util.cache

Packages that use com.sun.appserv.util.cache
com.sun.appserv.util.cache   
com.sun.appserv.util.cache.mbeans   
 

Classes in com.sun.appserv.util.cache used by com.sun.appserv.util.cache
BaseCache
          BaseCache Generic in-memory, abstract cache
BaseCache.CacheItem
          default CacheItem class implementation
Cache
          Cache Generic cache interface
CacheListener
          CacheListener Generic cache listener interface
LruCache.LruCacheItem
          default CacheItem class implementation
MultiLruCache
          MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.
 

Classes in com.sun.appserv.util.cache used by com.sun.appserv.util.cache.mbeans
BaseCache
          BaseCache Generic in-memory, abstract cache
BoundedMultiLruCache
          MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.
LruCache
          LRUCache in-memory bounded cache with an LRU list
MultiLruCache
          MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.