| Modifier and Type | Class and Description |
|---|---|
class |
BaseCache
BaseCache
Generic in-memory, abstract 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.
|
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheManager.createCache()
create the designated cache object
|
Cache |
CacheManager.createCache(int cacacity,
String className)
create the designated cache object
|
Cache |
CacheManager.getDefaultCache()
get the default application-wide cache
|
| Modifier and Type | Method and Description |
|---|---|
static Cache |
CacheUtil.getCache(javax.servlet.jsp.PageContext pc,
int scope)
This is used to get the cache itself.
|
| 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 | Field and Description |
|---|---|
protected Cache |
EntityContainer.readyStore |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.persistence.ejb.entitybean.container.EntityContainer.IdleBeansPassivator |
EntityContainer.setupIdleBeansPassivator(Cache cache)
setup a timer task to trim timed out entries in the cache.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EJBObjectCache
An interface for accessing EJB(Local)Object caches
|
| 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
|
Copyright © 2019. All rights reserved.