Searched refs:LruCache (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/mbeans/
H A DJmxLruCache.java48 import com.sun.appserv.util.cache.LruCache;
58 private LruCache lruCache;
60 public JmxLruCache(LruCache lruCache, String name) {
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DPassivatedSessionCache.java44 extends LruCache
H A DLruCache.java58 public class LruCache extends BaseCache { class in inherits:BaseCache
61 LogDomains.getLogger(LruCache.class, LogDomains.EJB_LOGGER);
81 public LruCache() { } method in class:LruCache
86 public LruCache(long timeout) { method in class:LruCache
H A DFIFOEJBObjectCache.java62 extends LruCache
H A DLruSessionCache.java62 extends LruCache
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/filters/
H A DCsrfPreventionFilter.java198 LruCache<String> nonceCache =
199 (LruCache<String>) req.getSession(true).getAttribute(
213 nonceCache = new LruCache<String>(nonceCacheSize);
340 protected static class LruCache<T> implements Serializable { class in class:CsrfPreventionFilter
348 public LruCache(final int cacheSize) { method in class:CsrfPreventionFilter.LruCache
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DLruCache.java52 public class LruCache extends BaseCache { class in inherits:BaseCache
73 public LruCache() { } method in class:LruCache
80 public LruCache(int defaultMaxEntries) { method in class:LruCache
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/
H A DVersionConsistencyCacheImpl.java52 import com.sun.appserv.util.cache.LruCache;
86 "com.sun.appserv.util.cache.LruCache"; // NOI18aN
98 /** Determines whether to use LruCache or the default. */
102 private static final String LRU_CACHE_PROPERTY = PROPERTY_PREFIX + "LruCache"; // NOI18N
105 /** For both LruCache and BucketizedHashtable. */
129 /** For LruCache only. */
137 /** LruCache only, 10 minute timeout */
156 * @param highPerf If true, use LruCache, else use BucketizedHashtable.
169 * <code>com.sun.jdo.spi.persistence.support.sqlstore.impl.VersionConsistency.LruCache</code>
170 * is true, then the LruCache cach
[all...]
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEntityContainer.java59 import com.sun.appserv.util.cache.LruCache;
2640 LruCache lru = new LruCache(DEFAULT_CACHE_SIZE);

Completed in 43 milliseconds