Java EE 5 SDK

Package com.sun.appserv.util.cache

Interface Summary
Cache Cache Generic cache interface
CacheListener CacheListener Generic cache listener interface
 

Class Summary
BaseCache BaseCache Generic in-memory, abstract cache
BaseCache.CacheItem default CacheItem class implementation
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.
Constants define all cache related constants
LruCache LRUCache in-memory bounded cache with an LRU list
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.
 


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.