Package | Description |
---|---|
org.tinygroup.jspengine.appserv.util.cache | |
org.tinygroup.jspengine.appserv.util.cache.mbeans |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
JmxBaseCache(BaseCache baseCache,
String name) |
Copyright © 2006–2018 TinyGroup. All rights reserved.