Uses of Interface
com.sun.appserv.util.cache.Cache
-
-
Uses of Cache in com.sun.appserv.util.cache
Classes in com.sun.appserv.util.cache that implement Cache Modifier and Type Class Description classBaseCacheBaseCache Generic in-memory, abstract cacheclassBoundedMultiLruCacheMultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.classLruCacheLRUCache in-memory bounded cache with an LRU listclassMultiLruCacheMultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list. -
Uses of Cache in com.sun.appserv.web.cache
Methods in com.sun.appserv.web.cache that return Cache Modifier and Type Method Description CacheCacheManager. createCache()create the designated cache objectCacheCacheManager. createCache(int cacacity, String className)create the designated cache objectCacheCacheManager. getDefaultCache()get the default application-wide cache -
Uses of Cache in com.sun.appserv.web.taglibs.cache
Methods in com.sun.appserv.web.taglibs.cache that return Cache Modifier and Type Method Description static CacheCacheUtil. getCache(jakarta.servlet.jsp.PageContext pc, int scope)This is used to get the cache itself. -
Uses of Cache in com.sun.ejb.containers.util.cache
Classes in com.sun.ejb.containers.util.cache that implement Cache Modifier and Type Class Description classFIFOSessionCacheclassLruEJBCacheLRUCache in-memory bounded cache with an LRU listclassLruSessionCacheclassNRUSessionCacheclassUnBoundedSessionCache -
Uses of Cache in org.glassfish.persistence.ejb.entitybean.container
Fields in org.glassfish.persistence.ejb.entitybean.container declared as Cache Modifier and Type Field Description protected CacheEntityContainer. readyStoreMethods in org.glassfish.persistence.ejb.entitybean.container with parameters of type Cache Modifier and Type Method Description org.glassfish.persistence.ejb.entitybean.container.EntityContainer.IdleBeansPassivatorEntityContainer. setupIdleBeansPassivator(Cache cache)setup a timer task to trim timed out entries in the cache. -
Uses of Cache in org.glassfish.persistence.ejb.entitybean.container.cache
Subinterfaces of Cache in org.glassfish.persistence.ejb.entitybean.container.cache Modifier and Type Interface Description interfaceEJBObjectCacheAn interface for accessing EJB(Local)Object cachesClasses in org.glassfish.persistence.ejb.entitybean.container.cache that implement Cache Modifier and Type Class Description classFIFOEJBObjectCacheA FIFO EJB(Local)Object cache that maintains reference countclassUnboundedEJBObjectCacheAn EJB(Local)Object cache that does not impose any limit on the number of entries
-