public class FileClientSessionCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static SSLClientSessionCache |
usingDirectory(File directory)
Returns a cache backed by the given directory.
|
public static final int MAX_SIZE
public static SSLClientSessionCache usingDirectory(File directory) throws IOException
directory - to store files inIOException - if the file exists and is not a directory or if
creating the directories fails