| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
FIFOSessionCache |
class |
LruEJBCache
LRUCache
in-memory bounded cache with an LRU list
|
class |
LruSessionCache |
class |
NRUSessionCache |
class |
UnBoundedSessionCache |
| Modifier and Type | Class and Description |
|---|---|
class |
FIFOEJBObjectCache
A FIFO EJB(Local)Object cache that maintains reference count
|
class |
UnboundedEJBObjectCache
An EJB(Local)Object cache that does not impose any limit on the
number of entries
|
| Modifier and Type | Method and Description |
|---|---|
BaseCache |
ReplicationStore.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationStore.setSessions(BaseCache sesstable) |
Copyright © 2017. All rights reserved.