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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSessionContextImpl.java49 private Cache sessionHostPortCache; // session cache, "host:port" as key field in class:SSLSessionContextImpl
62 sessionHostPortCache = Cache.newSoftMemoryCache(cacheLimit, timeout);
107 sessionHostPortCache.setTimeout(seconds);
130 sessionHostPortCache.setCapacity(size);
160 (SSLSessionImpl)sessionHostPortCache.get(getKey(hostname, port));
185 sessionHostPortCache.put(
197 sessionHostPortCache.remove(

Completed in 28 milliseconds