Uses of Class
com.sun.ejb.containers.util.cache.BaseCache

Packages that use BaseCache
com.sun.ejb.containers.util.cache   
 

Uses of BaseCache in com.sun.ejb.containers.util.cache
 

Subclasses of BaseCache in com.sun.ejb.containers.util.cache
 class FIFOEJBObjectCache
          A FIFO EJB(Local)Object cache that maintains reference count
 class FIFOSessionCache
           
 class LruCache
          LRUCache in-memory bounded cache with an LRU list
 class LruSessionCache
           
 class NRUSessionCache
           
 class PassivatedSessionCache
           
 class UnboundedEJBObjectCache
          An EJB(Local)Object cache that does not impose any limit on the number of entries
 class UnBoundedSessionCache
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.