Uses of Interface
org.conscrypt.SSLServerSessionCache
Packages that use SSLServerSessionCache
-
Uses of SSLServerSessionCache in org.conscrypt
Fields in org.conscrypt declared as SSLServerSessionCacheModifier and TypeFieldDescriptionprivate SSLServerSessionCacheServerSessionContext.persistentCacheMethods in org.conscrypt with parameters of type SSLServerSessionCacheModifier and TypeMethodDescriptionvoidServerSessionContext.setPersistentCache(SSLServerSessionCache persistentCache) Applications should not use this method.static voidConscrypt.setServerSessionCache(SSLContext context, SSLServerSessionCache cache) Sets the server-side persistent cache to be used by the context.