Searched defs:cache (Results 1 - 25 of 76) sorted by relevance

1234

/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/
H A DSQLTraceTimerTask.java46 * Sql Tracing Timer task used to preform a purgeEntries of the cache of objects
53 private SQLTraceCache cache; field in class:SQLTraceTimerTask
55 SQLTraceTimerTask(SQLTraceCache cache) { argument
56 this.cache = cache;
60 * Sql Tracing timer task to clean up the sql trace cache
64 //Redirecting the purge operation of the cache to the cache factory
65 cache.purgeEntries();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DPassivatedSessionInfo.java41 package com.sun.ejb.containers.util.cache;
H A DEJBObjectCacheListener.java41 package com.sun.ejb.containers.util.cache;
H A DPassivatedSessionCache.java41 package com.sun.ejb.containers.util.cache;
62 * this item is just added to the cache
H A DUnBoundedSessionCache.java41 package com.sun.ejb.containers.util.cache;
H A DCacheEntry.java41 package com.sun.ejb.containers.util.cache;
H A DFIFOSessionCache.java41 package com.sun.ejb.containers.util.cache;
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/
H A DCacheKeyGenerator.java41 package com.sun.appserv.web.cache;
47 * used to cache this request.
51 /** getCacheKey: generate the key to be used to cache the response.
54 * @return key string used to access the cache entry.
H A DCacheManagerListener.java41 package com.sun.appserv.web.cache;
48 * cache manager was enabled
53 * cache manager was disabled
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/taglibs/cache/
H A DCacheContextListener.java41 package com.sun.appserv.web.taglibs.cache;
43 import com.sun.appserv.util.cache.Cache;
44 import com.sun.appserv.web.cache.CacheManager;
53 * It is used to create the cache and add it as a context attribute.
68 // see if a cache manager is already created and set in the context
72 // to create a new cache
76 Cache cache = null;
78 cache = cm.createCache();
81 // set the cache as a context attribute
82 if (cache !
[all...]
H A DCacheRequestListener.java41 package com.sun.appserv.web.taglibs.cache;
43 import com.sun.appserv.util.cache.Cache;
44 import com.sun.appserv.web.cache.CacheManager;
52 * ServletRequestListener which creates a cache for JSP tag body invocations
54 * events, and clears the cache in response to requestDestroyed events.
66 * of the web application, and adds newly created cache for JSP tag
75 // Check if a cache manager has already been created and set in the
80 // Create a new cache manager if one is not present and use it
81 // to create a new cache
86 Cache cache
[all...]
H A DCacheSessionListener.java41 package com.sun.appserv.web.taglibs.cache;
43 import com.sun.appserv.util.cache.Cache;
44 import com.sun.appserv.web.cache.CacheManager;
52 * HttpSessionListener which creates a cache for JSP tag body invocations
54 * and clears the cache in response to sessionDestroyed events.
66 * created cache for JSP tag body invocations as a session attribute.
75 // Check if a cache manager has already been created and set in the
80 // Create a new cache manager if one is not present and use it
81 // to create a new cache
86 Cache cache
[all...]
H A DConstants.java41 package com.sun.appserv.web.taglibs.cache;
54 * The context attribute name used to keep store the actual cache.
56 public static final String JSPTAG_CACHE_KEY = "com.sun.appserv.web.taglibs.cache.tag_cache";
59 * The request attribute name used to keep track of the cache tag counter.
60 * This is used to generate unique keys for every cache tag in a page.
62 public static final String JSPTAG_COUNTER_KEY = "com.sun.appserv.web.taglibs.cache.tag_counter";
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DCacheListener.java41 package com.sun.appserv.util.cache;
45 * Generic cache listener interface
50 * an cached value is trimmed (to prevent cache overflow)
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/mbeans/
H A DJmxBoundedMultiLruCacheMBean.java46 package com.sun.appserv.util.cache.mbeans;
57 * Returns the current size of the cache in bytes
62 * Returns the upper bound on the cache size
H A DJmxLruCacheMBean.java46 package com.sun.appserv.util.cache.mbeans;
H A DJmxMultiLruCacheMBean.java46 package com.sun.appserv.util.cache.mbeans;
H A DJmxBoundedMultiLruCache.java46 package com.sun.appserv.util.cache.mbeans;
48 import com.sun.appserv.util.cache.BoundedMultiLruCache;
49 import com.sun.appserv.util.cache.Constants;
68 * Returns the current size of the cache in bytes
76 * Returns the upper bound on the cache size
H A DJmxLruCache.java46 package com.sun.appserv.util.cache.mbeans;
48 import com.sun.appserv.util.cache.LruCache;
49 import com.sun.appserv.util.cache.Constants;
H A DJmxMultiLruCache.java46 package com.sun.appserv.util.cache.mbeans;
48 import com.sun.appserv.util.cache.MultiLruCache;
49 import com.sun.appserv.util.cache.Constants;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DFileClassLoader.java52 Hashtable cache = new Hashtable(); field in class:FileClassLoader
99 Class c = (Class)cache.get(name);
113 cache.put(name, c);
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/filter/
H A DCachingOutputStreamWrapper.java41 package com.sun.appserv.web.cache.filter;
48 * an output stream wrapper to cache response bytes
H A DCachingFilter.java41 package com.sun.appserv.web.cache.filter;
43 import com.sun.appserv.util.cache.Cache;
44 import com.sun.appserv.web.cache.CacheHelper;
45 import com.sun.appserv.web.cache.CacheManager;
46 import com.sun.appserv.web.cache.CacheManagerListener;
47 import com.sun.appserv.web.cache.DefaultCacheHelper;
64 "com.sun.appserv.web.cache.filter.CachingFilter.PROCESSING_SET";
71 // associated cache and the helper
74 Cache cache; field in class:CachingFilter
100 this.cache
[all...]
/glassfish-3.1.2/ha/ha-shoal-cache-bootstrap/src/main/java/org/glassfish/ha/store/adapter/cache/
H A DReplicationStoreProxy2.java41 package org.glassfish.ha.store.adapter.cache;
89 throw new BackingStoreException("Exception while created shoal cache", ex);
120 throw new RuntimeException("Exception while created shoal cache", ex);
H A DShoalBackingStoreProxy.java41 package org.glassfish.ha.store.adapter.cache;
92 throw new BackingStoreException("Exception while creating shoal cache", ex);
119 throw new RuntimeException("Exception while creating shoal cache", ex);

Completed in 1347 milliseconds

1234