Java android.net SSLSessionCache fields, constructors, methods, implement or subclass

Example usage for Java android.net SSLSessionCache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.net SSLSessionCache.

The text is from its open source code.

Constructor

SSLSessionCache(Object cache)
NOTE: This needs to be Object (and not SSLClientSessionCache) because apps that build directly against the framework (and not the SDK) might not declare a dependency on conscrypt.
SSLSessionCache(File dir)
Create a session cache using the specified directory.
SSLSessionCache(Context context)
Create a session cache at the default location for this app.