|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseCache | |
|---|---|
| com.sun.appserv.util.cache | |
| com.sun.appserv.util.cache.mbeans | |
| Uses of BaseCache in com.sun.appserv.util.cache |
|---|
| Subclasses of BaseCache in com.sun.appserv.util.cache | |
|---|---|
class |
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. |
class |
LruCache
LRUCache in-memory bounded cache with an LRU list |
class |
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. |
| Uses of BaseCache in com.sun.appserv.util.cache.mbeans |
|---|
| Constructors in com.sun.appserv.util.cache.mbeans with parameters of type BaseCache | |
|---|---|
JmxBaseCache(BaseCache baseCache,
String name)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||