Searched refs:persistentCache (Results 1 – 2 of 2) sorted by relevance
27 private SSLServerSessionCache persistentCache; field in ServerSessionContext48 public void setPersistentCache(SSLServerSessionCache persistentCache) { in setPersistentCache() argument49 this.persistentCache = persistentCache; in setPersistentCache()65 if (persistentCache != null) { in getSession()66 byte[] data = persistentCache.getSessionData(sessionId); in getSession()84 if (persistentCache != null) { in putSession()87 persistentCache.putSessionData(session, data); in putSession()
35 private SSLClientSessionCache persistentCache; field in ClientSessionContext45 public void setPersistentCache(SSLClientSessionCache persistentCache) { in setPersistentCache() argument46 this.persistentCache = persistentCache; in setPersistentCache()83 if (persistentCache != null) { in getSession()84 byte[] data = persistentCache.getSessionData(host, port); in getSession()116 if (persistentCache != null) { in putSession()119 persistentCache.putSessionData(session, data); in putSession()