Package com.sun.ejb.containers.util.cache

Interface Summary
Cache  
EJBObjectCache An interface for accessing EJB(Local)Object caches
EJBObjectCacheListener An interface for handling overflow from EJB(Local)Object caches
MonitorableCache  
 

Class Summary
BaseCache BaseCache Generic in-memory, abstract cache
BaseCache.CacheItem default CacheItem class implementation
CacheEntry  
FIFOEJBObjectCache A FIFO EJB(Local)Object cache that maintains reference count
FIFOEJBObjectCache.EJBObjectCacheItem  
FIFOSessionCache  
LruCache LRUCache in-memory bounded cache with an LRU list
LruCache.LruCacheItem default CacheItem class implementation
LruSessionCache  
LruSessionCache.LruSessionCacheItem  
NRUSessionCache  
PassivatedSessionCache  
PassivatedSessionInfo  
UnboundedEJBObjectCache An EJB(Local)Object cache that does not impose any limit on the number of entries
UnBoundedSessionCache  
 



Copyright © 2012 GlassFish Community. All Rights Reserved.